Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_device_change_callback.cpp74 std::shared_ptr<AudioCapturerDeviceChangeJsCallback> context( in WorkCallbackCompleted()
75 static_cast<AudioCapturerDeviceChangeJsCallback*>(work->data), in WorkCallbackCompleted()
76 [work](AudioCapturerDeviceChangeJsCallback* ptr) { in WorkCallbackCompleted()
81AudioCapturerDeviceChangeJsCallback *event = reinterpret_cast<AudioCapturerDeviceChangeJsCallback*… in WorkCallbackCompleted()
119 work->data = new AudioCapturerDeviceChangeJsCallback {method, env_, deviceInfo}; in OnJsCallbackCapturerDeviceInfo()
131 delete reinterpret_cast<AudioCapturerDeviceChangeJsCallback*>(work->data); in OnJsCallbackCapturerDeviceInfo()
H A Dnapi_audio_capturer_device_change_callback.h36 struct AudioCapturerDeviceChangeJsCallback { struct