| /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/av/services/camera/libcameraservice/aidl/ |
| D | DeathPipe.cpp | 33 void* cookie, uint32_t flags) { in linkToDeath() 57 void* cookie, uint32_t flags, in unlinkToDeath() 83 void DeathPipe::onDeathCallback(void* cookie) { in onDeathCallback() 91 void DeathPipe::onUnlinkedCallback(void* cookie) { in onUnlinkedCallback()
|
| D | AidlCameraServiceListener.cpp | 61 status_t AidlCameraServiceListener::linkToDeath(const sp<DeathRecipient>& recipient, void* cookie, in linkToDeath() 65 status_t AidlCameraServiceListener::unlinkToDeath(const wp<DeathRecipient>& recipient, void* cookie, in unlinkToDeath()
|
| /frameworks/base/core/java/android/os/ |
| D | Trace.java | 137 private static native void nativeAsyncTraceBegin(long tag, String name, int cookie); in nativeAsyncTraceBegin() 139 private static native void nativeAsyncTraceEnd(long tag, String name, int cookie); in nativeAsyncTraceEnd() 142 String trackName, String name, int cookie); in nativeAsyncTraceForTrackBegin() 145 String trackName, int cookie); in nativeAsyncTraceForTrackEnd() 264 public static void asyncTraceBegin(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceBegin() 286 public static void asyncTraceEnd(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceEnd() 368 @NonNull String trackName, @NonNull String methodName, int cookie) { in asyncTraceForTrackBegin() 392 @NonNull String trackName, int cookie) { in asyncTraceForTrackEnd() 481 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() 493 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/libs/net/common/device/com/android/net/module/util/netlink/ |
| D | StructInetDiagSockId.java | 66 public final long cookie; field in StructInetDiagSockId 73 int ifIndex, long cookie) { in StructInetDiagSockId() 138 final long cookie = byteBuffer.getLong(); in parse() local
|
| /frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
| D | Font_Builder_Delegate.java | 48 boolean isAsset, int cookie) throws IOException { in createBuffer() 55 : 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/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/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/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/base/packages/SystemUI/shared/src/com/android/systemui/util/ |
| D | TraceUtils.kt | 80 val cookie = lastCookie.incrementAndGet() in traceAsync() constant
|
| /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/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/tests/servicestests/src/com/android/server/biometrics/sensors/ |
| D | BiometricSchedulerOperationTest.java | 103 final int cookie = 200; in testStartWithCookie() local 142 final int cookie = 5; in testSecondStartWithCookieCrashesWhenDebuggable() local 156 final int cookie = 5; in testSecondStartWithCookieFailsNicelyWhenNotDebuggable() local
|
| /frameworks/base/services/core/java/com/android/server/biometrics/ |
| D | BiometricSensor.java | 109 long requestId, int cookie, boolean allowBackgroundAuthentication, in goToStateWaitingForCookie() 119 void goToStateCookieReturnedIfCookieMatches(int cookie) { in goToStateCookieReturnedIfCookieMatches() 139 void goToStoppedStateIfCookieMatches(int cookie, int error) { in goToStoppedStateIfCookieMatches()
|
| /frameworks/base/core/jni/ |
| D | android_os_Trace.cpp | 79 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceBegin() 86 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceEnd() 93 jlong tag, jstring trackStr, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceForTrackBegin() 102 jlong tag, jstring trackStr, jint cookie) { in android_os_Trace_nativeAsyncTraceForTrackEnd()
|
| /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()
|
| /frameworks/av/media/module/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/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
| D | SoundTriggerHw2Compat.java | 575 int cookie) { in recognitionCallback_2_1() 585 int cookie) { in phraseRecognitionCallback_2_1() 595 int cookie) { in soundModelCallback_2_1() 602 int cookie) { in recognitionCallback() 611 int cookie) { in phraseRecognitionCallback() 620 int cookie) { in soundModelCallback()
|