Home
last modified time | relevance | path

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

1234567

/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerHw2Compat.java141 Callback callback, int cookie) { in loadSoundModel()
165 Callback callback, int cookie) { in loadPhraseSoundModel()
221 Callback callback, int cookie) { in startRecognition()
305 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
336 Callback callback, int cookie) in loadSoundModel_2_0()
354 Callback callback, int cookie) in loadPhraseSoundModel_2_0()
373 Callback callback, int cookie) { in startRecognition_2_1()
392 Callback callback, int cookie) in startRecognition_2_0()
464 int cookie) { in recognitionCallback_2_1()
471 int cookie) { in phraseRecognitionCallback_2_1()
[all …]
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()
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()
DSoundTriggerHw2Watchdog.java60 int cookie) { in loadSoundModel()
68 int cookie) { in loadPhraseSoundModel()
97 int cookie) { in startRecognition()
132 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
/frameworks/base/core/java/android/content/
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()
/frameworks/base/native/android/
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()
/frameworks/base/telecomm/java/android/telecom/
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()
/frameworks/av/media/libaudiohal/
DHalDeathHandlerHidl.cpp39 void HalDeathHandler::registerAtExitHandler(void* cookie, AtExitHandler handler) { in registerAtExitHandler()
44 void HalDeathHandler::unregisterAtExitHandler(void* cookie) { in unregisterAtExitHandler()
/frameworks/base/core/java/android/os/
DIHwBinder.java53 public void serviceDied(long cookie); in serviceDied()
63 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
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()
DHwRemoteBinder.java48 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
64 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
DRemoteCallbackList.java70 Callback(E callback, Object cookie) { in Callback()
117 public boolean register(E callback, Object cookie) { in register()
205 public void onCallbackDied(E callback, Object cookie) { in onCallbackDied()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync()
116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
/frameworks/av/services/camera/libcameraservice/hidl/
DCameraHybridInterface.h56 void* cookie; member
96 void* cookie, uint32_t flags) { in linkToDeath()
116 void* cookie, uint32_t flags, in unlinkToDeath()
/frameworks/base/libs/androidfw/
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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DAppTrace.java28 public static void start(String key, int cookie) { in start()
49 public static void end(String key, int cookie) { in end()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java111 int cookie, boolean allowBackgroundAuthentication) in goToStateWaitingForCookie()
120 void goToStateCookieReturnedIfCookieMatches(int cookie) { in goToStateCookieReturnedIfCookieMatches()
137 void goToStoppedStateIfCookieMatches(int cookie, int error) { in goToStoppedStateIfCookieMatches()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java222 final int cookie = mRecentOperations.beginOperation("open", null, null); in open() local
277 final int cookie = mRecentOperations.beginOperation("close", null, null); in dispose() local
652 final int cookie = mRecentOperations.beginOperation("prepare", sql, null); in prepare() local
700 final int cookie = mRecentOperations.beginOperation("execute", sql, bindArgs); in execute() local
743 final int cookie = mRecentOperations.beginOperation("executeForLong", sql, bindArgs); in executeForLong() local
788 final int cookie = mRecentOperations.beginOperation("executeForString", sql, bindArgs); in executeForString() local
835 final int cookie = mRecentOperations.beginOperation("executeForBlobFileDescriptor", in executeForBlobFileDescriptor() local
882 final int cookie = mRecentOperations.beginOperation("executeForChangedRowCount", in executeForChangedRowCount() local
930 final int cookie = mRecentOperations.beginOperation("executeForLastInsertedRowId", in executeForLastInsertedRowId() local
993 final int cookie = mRecentOperations.beginOperation("executeForCursorWindow", in executeForCursorWindow() local
[all …]
/frameworks/base/core/java/android/view/textservice/
DTextInfo.java51 public TextInfo(String text, int cookie, int sequenceNumber) { in TextInfo()
68 public TextInfo(CharSequence charSequence, int start, int end, int cookie, int sequenceNumber) { in TextInfo()
DSuggestionsInfo.java108 public SuggestionsInfo(@ResultAttrs int suggestionsAttributes, String[] suggestions, int cookie, in SuggestionsInfo()
151 public void setCookieAndSequence(int cookie, int sequence) { in setCookieAndSequence()
/frameworks/av/media/bufferpool/1.0/
DAccessor.cpp43 uint64_t cookie = it->second; in remove() local
56 uint64_t cookie, in addCookieToConnection()
73 uint64_t cookie, in serviceDied()
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFont_Builder_Delegate.java66 boolean isAsset, int cookie) throws IOException { in createBuffer()
68 : am.openNonAsset(cookie, path, AssetManager.ACCESS_BUFFER)) { in createBuffer()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteAssetRepository.java35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException; in openNonAsset()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl51 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication()
54 void startPreparedClient(int cookie); in startPreparedClient()

1234567