Searched defs:AudioEvent (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/pnp_server/ | ||
H A D | audio_pnp_param.h | 112 struct AudioEvent { struct |
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ | ||
H A D | audio_event.h | 101 class AudioEvent { class 104 AudioEvent(const AudioEventType t, const std::string &c) : type(t), content(c) {}; in AudioEvent() function in OHOS::DistributedHardware::AudioEvent 105 AudioEvent(const int32_t t, const std::string &c) : type(static_cast<AudioEventType>(t)), content(c) {}; in AudioEvent() function in OHOS::DistributedHardware::AudioEvent |
Completed in 2 milliseconds