Home
last modified time | relevance | path

Searched defs:AudioEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_events.h71 struct AudioEvent { struct
72 uint32_t eventType;
73 uint32_t deviceType;
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_events.h71 struct AudioEvent { struct
72 uint32_t eventType;
73 uint32_t deviceType;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/pnp_server/
H A Daudio_pnp_param.h108 struct AudioEvent { struct
109 uint32_t eventType;
110 uint32_t deviceType;
111 std::string name;
112 std::string address;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_event_v10.md1 # AudioEvent chapter
H A D_audio_event_v20.md1 # AudioEvent chapter
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_platform_base.h68 struct AudioEvent { struct
69 uint32_t eventType;
70 uint32_t deviceType;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h104 AudioEvent(const AudioEventType t, const std::string &c) : type(t), content(c) {}; in AudioEvent() function
105AudioEvent(const int32_t t, const std::string &c) : type(static_cast<AudioEventType>(t)), content(… in AudioEvent() function
/ohos5.0/base/telephony/call_manager/services/audio/include/audio_state/
H A Daudio_base.h24 enum AudioEvent { enum