Searched refs:AudioDeviceEvent (Results 1 – 3 of 3) sorted by relevance
61 } AudioDeviceEvent; typedef124 int32_t WaitForSANotify(const uint32_t streamId, const AudioDeviceEvent &event);
1361 AudioDeviceEvent event = EVENT_OPEN_SPK;1364 AudioDeviceEvent event1 = EVENT_CLOSE_SPK ;1391 AudioDeviceEvent event = EVENT_OPEN_SPK;1420 AudioDeviceEvent event = EVENT_OPEN_MIC;1424 AudioDeviceEvent event1 = EVENT_CLOSE_MIC;1452 AudioDeviceEvent event = EVENT_OPEN_MIC;1472 AudioDeviceEvent event = EVENT_DEV_CLOSED;
1128 int32_t AudioAdapterInterfaceImpl::WaitForSANotify(const uint32_t streamId, const AudioDeviceEvent … in WaitForSANotify()