/frameworks/base/core/java/android/content/ |
D | AsyncQueryHandler.java | 56 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/core/java/android/os/ |
D | Trace.java | 136 private static native void nativeAsyncTraceBegin(long tag, String name, int cookie); in nativeAsyncTraceBegin() 138 private static native void nativeAsyncTraceEnd(long tag, String name, int cookie); in nativeAsyncTraceEnd() 141 String trackName, String name, int cookie); in nativeAsyncTraceForTrackBegin() 144 String trackName, String name, int cookie); in nativeAsyncTraceForTrackEnd() 256 public static void asyncTraceBegin(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceBegin() 275 public static void asyncTraceEnd(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceEnd() 296 @NonNull String trackName, @NonNull String methodName, int cookie) { in asyncTraceForTrackBegin() 316 @NonNull String trackName, @NonNull String methodName, int cookie) { in asyncTraceForTrackEnd() 414 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() 426 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
|
D | IHwBinder.java | 53 public void serviceDied(long cookie); in serviceDied() 63 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
|
D | HwRemoteBinder.java | 48 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 64 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
|
D | RemoteCallbackList.java | 70 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/base/native/android/ |
D | trace.cpp | 32 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/ |
D | CallerInfoAsyncQuery.java | 75 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/layoutlib/bridge/src/android/graphics/fonts/ |
D | Font_Builder_Delegate.java | 48 boolean isAsset, int cookie) throws IOException { in createBuffer() 50 : am.openNonAsset(cookie, path, AssetManager.ACCESS_BUFFER)) { in createBuffer()
|
/frameworks/base/libs/androidfw/ |
D | ZipFileRO.cpp | 43 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/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | SysTrace.java | 102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync() 116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
|
/frameworks/av/media/libaudiohal/ |
D | HalDeathHandlerHidl.cpp | 39 void HalDeathHandler::registerAtExitHandler(void* cookie, AtExitHandler handler) { in registerAtExitHandler() 44 void HalDeathHandler::unregisterAtExitHandler(void* cookie) { in unregisterAtExitHandler()
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | CameraHybridInterface.h | 56 void* cookie; member 96 void* cookie, uint32_t flags) { in linkToDeath() 116 void* cookie, uint32_t flags, in unlinkToDeath()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | SystemViewInfo.java | 29 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/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioConfigProxy.java | 127 public void linkToDeath(long cookie) throws RemoteException { in linkToDeath() 278 public void linkToDeath(long cookie) throws RemoteException { in linkToDeath() 287 public void serviceDied(long cookie) { in serviceDied() 313 public void linkToDeath(int cookie) throws RemoteException { in linkToDeath()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | BiometricSchedulerOperationTest.java | 95 final int cookie = 200; in testStartWithCookie() local 133 final int cookie = 5; in testSecondStartWithCookieCrashesWhenDebuggable() local 147 final int cookie = 5; in testSecondStartWithCookieFailsNicelyWhenNotDebuggable() local
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnection.java | 222 final int cookie = mRecentOperations.beginOperation("open", null, null); in open() local 286 final int cookie = mRecentOperations.beginOperation("close", null, null); in dispose() local 671 final int cookie = mRecentOperations.beginOperation("prepare", sql, null); in prepare() local 719 final int cookie = mRecentOperations.beginOperation("execute", sql, bindArgs); in execute() local 764 final int cookie = mRecentOperations.beginOperation("executeForLong", sql, bindArgs); in executeForLong() local 809 final int cookie = mRecentOperations.beginOperation("executeForString", sql, bindArgs); in executeForString() local 856 final int cookie = mRecentOperations.beginOperation("executeForBlobFileDescriptor", in executeForBlobFileDescriptor() local 903 final int cookie = mRecentOperations.beginOperation("executeForChangedRowCount", in executeForChangedRowCount() local 951 final int cookie = mRecentOperations.beginOperation("executeForLastInsertedRowId", in executeForLastInsertedRowId() local 1014 final int cookie = mRecentOperations.beginOperation("executeForCursorWindow", in executeForCursorWindow() local [all …]
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricSensor.java | 109 long requestId, int cookie, boolean allowBackgroundAuthentication) in goToStateWaitingForCookie() 118 void goToStateCookieReturnedIfCookieMatches(int cookie) { in goToStateCookieReturnedIfCookieMatches() 138 void goToStoppedStateIfCookieMatches(int cookie, int error) { in goToStoppedStateIfCookieMatches()
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextInfo.java | 51 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()
|
D | SuggestionsInfo.java | 108 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/ |
D | Accessor.cpp | 43 uint64_t cookie = it->second; in remove() local 56 uint64_t cookie, in addCookieToConnection() 73 uint64_t cookie, in serviceDied()
|
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | SoundTriggerHw2Compat.java | 562 int cookie) { in recognitionCallback_2_1() 570 int cookie) { in phraseRecognitionCallback_2_1() 578 int cookie) { in soundModelCallback_2_1() 585 int cookie) { in recognitionCallback() 594 int cookie) { in phraseRecognitionCallback() 603 int cookie) { in soundModelCallback()
|
/frameworks/base/core/jni/ |
D | android_os_Trace.cpp | 72 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceBegin() 79 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceEnd() 87 jint cookie) { in android_os_Trace_nativeAsyncTraceForTrackBegin() 97 jint cookie) { in android_os_Trace_nativeAsyncTraceForTrackEnd()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteAssetRepository.java | 35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException; in openNonAsset()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager2.h | 56 ApkAssetsCookie cookie; member 230 ApkAssetsCookie cookie = kInvalidCookie; member 364 ApkAssetsCookie cookie; member 478 ApkAssetsCookie cookie = kInvalidCookie; member 485 ApkAssetsCookie cookie = kInvalidCookie; member
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricAuthenticator.aidl | 51 long requestId, int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() 54 void startPreparedClient(int cookie); in startPreparedClient()
|