/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | GeneratorHub.cpp | 49 void GeneratorHub::registerGenerator(int32_t cookie, FakeValueGeneratorPtr generator) { in registerGenerator() 66 void GeneratorHub::unregisterGenerator(int32_t cookie) { in unregisterGenerator() 102 int32_t cookie = curEvent.cookie; in run() local 113 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext()
|
D | GeneratorHub.h | 47 int32_t cookie; // Cookie is used to find the associated generator. member
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | RecurrentTimer.h | 56 void registerRecurrentEvent(std::chrono::nanoseconds interval, int32_t cookie) { in registerRecurrentEvent() 69 void unregisterRecurrentEvent(int32_t cookie) { in unregisterRecurrentEvent() 82 int32_t cookie; member
|
/hardware/interfaces/soundtrigger/2.3/cli/java/android/hardware/soundtrigger/V2_3/cli/ |
D | SthalCli.java | 208 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel_2_1() 218 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel_2_1() 307 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) { in startRecognition_2_1() 319 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel() 327 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel() 335 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie) { in startRecognition()
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_callback_util.h | 90 void* cookie = reinterpret_cast<void*>(cb->asBinder().get()); in invalidate() local 105 static void onCallbackDeath(void* cookie) { in onCallbackDeath()
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSession.cpp | 198 uint16_t cookie = observer.first; in ReportAudioConfigChanged() local 235 uint16_t cookie = ObserversCookieGetInitValue(session_type_); in RegisterStatusCback() local 257 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback() 398 uint16_t cookie = observer.first; in ReportSessionStatus() local 504 uint16_t cookie = observer.first; in ReportControlStatus() local 537 uint16_t cookie = observer.first; in ReportLowLatencyModeAllowedChanged() local
|
D | HidlToAidlMiddleware.cpp | 522 [&session_legacy_callback_table](uint16_t cookie) { in RegisterControlResultCback() 532 auto cookie = BluetoothAudioSessionControl::RegisterControlResultCback( in RegisterControlResultCback() local 543 const SessionType_2_0& session_type, uint16_t cookie) { in UnregisterControlResultCback()
|
/hardware/libhardware/modules/radio/ |
D | radio_hal_tool.c | 67 void callback(radio_hal_event_t *event, void *cookie) { in callback() 95 int cookie = 0; in tune() local
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 48 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_() 70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_() 149 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel() 160 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel() 605 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1() 622 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1() 645 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie) { in startRecognition_2_1()
|
/hardware/interfaces/usb/1.1/vts/functional/ |
D | VtsHalUsbV1_1TargetTest.cpp | 78 int cookie; member in UsbCallback 81 UsbCallback(int cookie) : cookie(cookie){}; in UsbCallback()
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient() 136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0()
|
D | SoundTriggerHalImpl.cpp | 31 void* cookie) { in soundModelCallback() 53 void* cookie) { in recognitionCallback() 131 ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel() 140 const sp<ISoundTriggerHwCallback>& callback, ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 91 auto session_changed_cb = [port = this](uint16_t cookie) { in registerPort() 166 void BluetoothAudioPortAidl::controlResultHandler(uint16_t cookie, in controlResultHandler() 235 void BluetoothAudioPortAidl::sessionChangedHandler(uint16_t cookie) { in sessionChangedHandler()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | BluetoothAudioProvider.cpp | 36 static void binderUnlinkedCallbackAidl(void* cookie) { in binderUnlinkedCallbackAidl() 43 static void binderDiedCallbackAidl(void* cookie) { in binderDiedCallbackAidl() 74 BluetoothAudioProviderContext* cookie = in startSession() local
|
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSession.cpp | 120 uint16_t cookie = observer.first; in ReportSessionStatus() local 141 uint16_t cookie = observer.first; in ReportControlStatus() local 212 uint16_t cookie = ObserversCookieGetInitValue(session_type_); in RegisterStatusCback() local 237 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback()
|
/hardware/nxp/keymint/transport/ |
D | OmapiTransport.cpp | 85 void OmapiTransport::BinderDiedCallback(void *cookie) { in BinderDiedCallback() 111 for (auto cookie : mCookieKeys) { in ~OmapiTransport() local 333 for (auto cookie : mCookieKeys) { in closeConnection() local
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbOverheatEvent.h | 137 static void onThermalAidlBinderDied(void *cookie) { in onThermalAidlBinderDied()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 47 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_() 70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_() 150 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel() 161 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel() 661 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1() 678 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1() 701 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie) { in startRecognition_2_1()
|
/hardware/google/pixel/thermal/utils/ |
D | powerhal_helper.h | 67 static void onPowerHalExtAidlBinderDied(void *cookie) { in onPowerHalExtAidlBinderDied()
|
/hardware/google/gfxstream/host/ |
D | gfxstream_unittest.cpp | 30 static void sWriteFence(void* cookie, struct stream_renderer_fence* fence) { in sWriteFence() 36 uint32_t cookie; member in GfxStreamBackendTest
|
/hardware/interfaces/audio/aidl/vts/ |
D | AudioHalBinderServiceUtil.h | 79 static void binderDiedCallbackAidl(void* cookie) { in binderDiedCallbackAidl()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 102 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1() 119 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | RecurrentTimer_test.cpp | 55 for (int32_t cookie : cookies) { in TEST() local
|
/hardware/interfaces/usb/1.0/vts/functional/ |
D | VtsHalUsbV1_0TargetTest.cpp | 60 int cookie; member in UsbHidlTest::UsbCallback 63 UsbCallback(UsbHidlTest& parent, int cookie) in UsbCallback()
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | Accessor.cpp | 71 void serviceDied(void *cookie) { in serviceDied() 101 void * cookie = it->second; in remove() local 114 void *cookie, in addCookieToConnection() 130 void ConnectionDeathRecipient::onDead(void *cookie) { in onDead()
|