/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 70 : mCookie(::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined), in BluetoothAudioPortAidl() 99 mCookie = BluetoothAudioSessionControl::RegisterControlResultCback(mSessionType, cbacks); in registerPort() 100 auto isOk = (mCookie != ::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined); in registerPort() 161 BluetoothAudioSessionControl::UnregisterControlResultCback(mSessionType, mCookie); in unregisterPort() 162 mCookie = ::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined; in unregisterPort() 173 if (mCookie != cookie) { in controlResultHandler() 192 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler() 204 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler() 218 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler() 228 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler() [all …]
|
/hardware/st/nfc/aidl/ |
D | Nfc.cpp | 41 stHalCookie* mCookie = static_cast<stHalCookie*>(cookie); in OnDeath() local 42 LOG(INFO) << __func__ << "cookie : " << mCookie->mOpenCount in OnDeath() 44 if (mCookie->mOpenCount == mOpenCount) { in OnDeath() 49 mCookie->nfc->close(NfcCloseType::DISABLE); in OnDeath()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 162 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback() 170 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback() 182 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 47 : mId(id), mCookie(cookie) {} in SoundModelClient() 60 ISoundTriggerHwCallback::CallbackCookie mCookie; variable
|
D | SoundTriggerHalImpl.cpp | 495 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback() 500 mCallback->recognitionCallback(event, mCookie); in recognitionCallback() 509 mCallback->soundModelCallback(event, mCookie); in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.h | 93 : mId(id), mCookie(cookie) {} in SoundModelClient() 106 V2_0::ISoundTriggerHwCallback::CallbackCookie mCookie; member
|
D | SoundTriggerHw.cpp | 520 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback() 525 mCallback->recognitionCallback(event, mCookie); in recognitionCallback() 534 mCallback->soundModelCallback(event, mCookie); in soundModelCallback() 667 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback() 675 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback() 687 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.h | 110 : mId(id), mCookie(cookie) {} in SoundModelClient() 123 V2_0::ISoundTriggerHwCallback::CallbackCookie mCookie; member
|
D | SoundTriggerHw.cpp | 576 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback() 581 mCallback->recognitionCallback(event, mCookie); in recognitionCallback() 590 mCallback->soundModelCallback(event, mCookie); in soundModelCallback() 723 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback() 731 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback() 743 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | DevicePortProxy.h | 192 uint16_t mCookie;
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 685 mCookie = cookie; in init() 1025 renderer->mFenceCallback(renderer->mCookie, &fence); in createFence() 1035 renderer->mFenceCallback(renderer->mCookie, &fence); in createFence() 1948 void* mCookie = nullptr; member in PipeVirglRenderer
|