Home
last modified time | relevance | path

Searched refs:INPUTDEVICE_CHANGE_CALLBACK_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_callbacks.h31 const std::string INPUTDEVICE_CHANGE_CALLBACK_NAME = "inputDeviceChange"; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.cpp888 } else if (!cbName.compare(INPUTDEVICE_CHANGE_CALLBACK_NAME)) { in RegisterCallback()
1113 } else if (!cbName.compare(INPUTDEVICE_CHANGE_CALLBACK_NAME)) { in UnregisterCallback()