Searched refs:AudioActiveInputDeviceChangeJsCallback (Results 1 – 2 of 2) sorted by relevance
258 std::unique_ptr<AudioActiveInputDeviceChangeJsCallback> cb = in OnPreferredInputDeviceUpdated()259 std::make_unique<AudioActiveInputDeviceChangeJsCallback>(); in OnPreferredInputDeviceUpdated()272 std::shared_ptr<AudioActiveInputDeviceChangeJsCallback> context( in WorkCallbackInterruptDone()273 static_cast<AudioActiveInputDeviceChangeJsCallback*>(work->data), in WorkCallbackInterruptDone()274 [work](AudioActiveInputDeviceChangeJsCallback* ptr) { in WorkCallbackInterruptDone()279 AudioActiveInputDeviceChangeJsCallback *event = in WorkCallbackInterruptDone()280 reinterpret_cast<AudioActiveInputDeviceChangeJsCallback *>(work->data); in WorkCallbackInterruptDone()313 std::unique_ptr<AudioActiveInputDeviceChangeJsCallback> &jsCb) in OnJsCallbackActiveInputDeviceChange()
66 struct AudioActiveInputDeviceChangeJsCallback { struct73 …void OnJsCallbackActiveInputDeviceChange(std::unique_ptr<AudioActiveInputDeviceChangeJsCallback> &… argument