Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHw2Compat.java141 Callback callback, int cookie) { in loadSoundModel()
165 Callback callback, int cookie) { in loadPhraseSoundModel()
336 Callback callback, int cookie) in loadSoundModel_2_0()
354 Callback callback, int cookie) in loadPhraseSoundModel_2_0()
392 Callback callback, int cookie) in startRecognition_2_0()
464 int cookie) { in recognitionCallback_2_1()
471 int cookie) { in phraseRecognitionCallback_2_1()
478 int cookie) { in soundModelCallback_2_1()
485 int cookie) { in recognitionCallback()
494 int cookie) { in phraseRecognitionCallback()
[all …]
H A DISoundTriggerHw2.java68 SoundTriggerHw2Compat.Callback callback, int cookie); in loadSoundModel()
77 SoundTriggerHw2Compat.Callback callback, int cookie); in loadPhraseSoundModel()
101 SoundTriggerHw2Compat.Callback callback, int cookie); in startRecognition()
129 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie); in linkToDeath()
148 int cookie); in recognitionCallback()
156 int cookie); in phraseRecognitionCallback()
H A DSoundTriggerHw2Enforcer.java63 int cookie) { in loadSoundModel()
78 int cookie) { in loadPhraseSoundModel()
132 int cookie) { in startRecognition()
183 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
223 int cookie) { in recognitionCallback()
241 int cookie) { in phraseRecognitionCallback()
/aosp12/system/chre/platform/shared/
H A Dchre_api_gnss.cc41 const void *cookie) { in chreGnssLocationSessionStartAsync()
55 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync()
69 const void *cookie) { in chreGnssMeasurementSessionStartAsync()
83 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
H A Dchre_api_wifi.cc38 const void *cookie) { in chreWifiConfigureScanMonitorAsync()
51 const struct chreWifiScanParams *params, const void *cookie) { in chreWifiRequestScanAsync()
63 const struct chreWifiRangingParams *params, const void *cookie) { in chreWifiRequestRangingAsync()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DGeneratorHub.cpp42 void GeneratorHub::registerGenerator(int32_t cookie, FakeValueGeneratorPtr generator) { in registerGenerator()
59 void GeneratorHub::unregisterGenerator(int32_t cookie) { in unregisterGenerator()
95 int32_t cookie = curEvent.cookie; in run() local
106 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext()
H A DVehicleHalServer.cpp155 int32_t cookie = v.int32Values[1]; in handleGenerateFakeDataRequest() local
166 int32_t cookie = std::hash<std::string>()(v.stringValue); in handleGenerateFakeDataRequest() local
177 int32_t cookie = v.int32Values[1]; in handleGenerateFakeDataRequest() local
187 int32_t cookie = std::hash<std::string>()(v.stringValue); in handleGenerateFakeDataRequest() local
/aosp12/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java56 public Object cookie; field in AsyncQueryHandler.WorkerArgs
164 public void startQuery(int token, Object cookie, Uri uri, in startQuery()
207 public final void startInsert(int token, Object cookie, Uri uri, in startInsert()
233 public final void startUpdate(int token, Object cookie, Uri uri, in startUpdate()
261 public final void startDelete(int token, Object cookie, Uri uri, in startDelete()
286 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
299 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
312 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
325 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/aosp12/packages/apps/Contacts/src/com/android/contacts/database/
H A DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery()
44 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
55 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
64 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoAsyncQuery.java59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
90 final Object cookie) { in startQuery()
125 Object cookie) { in startDefaultDirectoryQuery()
145 Object cookie, in startQueryInternal()
189 Object cookie) { in startOtherDirectoriesQuery()
265 public Object cookie; field in CallerInfoAsyncQuery.CookieWrapper
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
390 Object cookie, in startQuery()
[all …]
H A DContactsAsyncHelper.java51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoadComplete()
55 void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoaded()
78 Object cookie) { in startObtainPhotoAsync()
125 public Object cookie; field in ContactsAsyncHelper.WorkerArgs
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_callback_util.h39 uint64_t cookie, in serviceDied()
73 uint64_t cookie = reinterpret_cast<uint64_t>(cb.get()); in addCallback() local
91 void onObjectDeath(uint64_t cookie) { in onObjectDeath()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandler.java43 Object cookie, in startQuery()
59 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
75 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
99 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DFilteredNumberAsyncQueryHandler.java58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
71 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
78 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
85 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
431 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {} in onQueryComplete()
433 protected void onInsertComplete(int token, Object cookie, Uri uri) {} in onInsertComplete()
435 protected void onUpdateComplete(int token, Object cookie, int result) {} in onUpdateComplete()
437 protected void onDeleteComplete(int token, Object cookie, int result) {} in onDeleteComplete()
/aosp12/bionic/libc/stdio/
H A Dfmemopen.cpp48 static int fmemopen_read(void* cookie, char* buf, int n) { in fmemopen_read()
60 static int fmemopen_write(void* cookie, const char* buf, int n) { in fmemopen_write()
92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
106 static int fmemopen_close(void* cookie) { in fmemopen_close()
/aosp12/bionic/libc/bionic/
H A Dsystem_property_api.cpp79 void (*callback)(void* cookie, const char* name, in __system_property_read_callback()
129 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in __system_property_foreach()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java75 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
89 public Object cookie; field in CallerInfoAsyncQuery.CookieWrapper
274 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
406 OnQueryCompleteListener listener, Object cookie) { in startQuery()
436 OnQueryCompleteListener listener, Object cookie) { in startQuery()
454 OnQueryCompleteListener listener, Object cookie, int subId) { in startQuery()
516 public void addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) { in addQueryListener()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_dbg.h48 #define KPI_ATRACE_ASYNC_BEGIN(name, cookie) ({\ argument
54 #define KPI_ATRACE_ASYNC_END(name, cookie) ({\ argument
/aosp12/frameworks/base/native/android/
H A Dtrace.cpp32 void ATrace_beginAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_beginAsyncSection()
36 void ATrace_endAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_endAsyncSection()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DADNList.java208 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete()
219 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
225 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
231 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dcontexts_pre_split.h54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override { in ForEach()
/aosp12/packages/modules/DnsResolver/
H A DResolverEventReporter.cpp134 deathRecipient = AIBinder_DeathRecipient_new([](void* cookie) { in addListenerImplLocked()
146 auto cookie = static_cast<void*>(listener.get()); // Used for dead binder identification. in addListenerImplLocked() local
185 deathRecipient = AIBinder_DeathRecipient_new([](void* cookie) { in addUnsolEventListenerImplLocked()
197 auto cookie = static_cast<void*>(listener.get()); // Used for dead binder identification. in addUnsolEventListenerImplLocked() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DRecurrentTimer.h56 void registerRecurrentEvent(std::chrono::nanoseconds interval, int32_t cookie) { in registerRecurrentEvent()
69 void unregisterRecurrentEvent(int32_t cookie) { in unregisterRecurrentEvent()
82 int32_t cookie; member
/aosp12/frameworks/base/core/java/android/os/
H A DTrace.java131 private static native void nativeAsyncTraceBegin(long tag, String name, int cookie); in nativeAsyncTraceBegin()
133 private static native void nativeAsyncTraceEnd(long tag, String name, int cookie); in nativeAsyncTraceEnd()
236 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin()
254 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd()
316 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection()
328 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
/aosp12/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp43 void *cookie; member in _ZipEntryRO
145 bool ZipFileRO::startIteration(void** cookie) { in startIteration()
149 bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix) in startIteration()
165 ZipEntryRO ZipFileRO::nextEntry(void* cookie) in nextEntry()
180 void ZipFileRO::endIteration(void* cookie) in endIteration()

12345678910>>...21