Home
last modified time | relevance | path

Searched refs:CallbackCookie (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.h108 const V2_0_ISoundTriggerHwCallback::RecognitionEvent& event, CallbackCookie cookie);
112 const V2_0_ISoundTriggerHwCallback::ModelEvent& event, CallbackCookie cookie);
114 const RecognitionEvent& event, CallbackCookie cookie);
118 const ModelEvent& event, CallbackCookie cookie);
DSoundTriggerHalHidl.cpp631 CallbackCookie cookie) in recognitionCallback()
655 CallbackCookie cookie) in phraseRecognitionCallback()
681 CallbackCookie cookie) in soundModelCallback()
706 const ISoundTriggerHwCallback::RecognitionEvent& event, CallbackCookie cookie) { in recognitionCallback_2_1()
726 const ISoundTriggerHwCallback::ModelEvent& event, CallbackCookie cookie) { in soundModelCallback_2_1()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java195 private static class CallbackCookie { class in Tethering
198 private CallbackCookie(boolean hasListClientsPermission) { in CallbackCookie() method in Tethering.CallbackCookie
2073 mTetheringEventCallbacks.register(callback, new CallbackCookie(hasListPermission)); in registerTetheringEventCallback()
2170 final CallbackCookie cookie = in reportTetherClientsChanged()
2171 (CallbackCookie) mTetheringEventCallbacks.getBroadcastCookie(i); in reportTetherClientsChanged()