Home
last modified time | relevance | path

Searched defs:callbackId (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DQosCallbackTracker.java156 public void addFilter(final int callbackId, final IFilter filter) { in addFilter()
178 public void removeFilter(final int callbackId) { in removeFilter()
409 private void sendSessionAvailable(final int callbackId, @NonNull final QosBearerSession session, in sendSessionAvailable()
450 private void sendSessionLost(int callbackId, @NonNull QosBearerSession session) { in sendSessionLost()
457 private void notifyMetricDedicatedBearerListenerAdded(final int callbackId, in notifyMetricDedicatedBearerListenerAdded()
467 final int callbackId, @NonNull final QosBearerSession session) { in notifyMetricDedicatedBearerListenerBearerUpdateSession()
472 private void notifyMetricDedicatedBearerListenerRemoved(final int callbackId) { in notifyMetricDedicatedBearerListenerRemoved()
/frameworks/base/core/java/android/window/
DImeOnBackInvokedDispatcher.java157 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive() local
163 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive() local
171 int callbackId, in registerReceivedCallback()
189 int callbackId, OnBackInvokedDispatcher receivingDispatcher) { in unregisterReceivedCallback()
/frameworks/native/libs/gui/
DITransactionCompletedListener.cpp280 void onReleaseBuffer(ReleaseCallbackId callbackId, sp<Fence> releaseFence, in onReleaseBuffer()
330 for (const auto& callbackId : callbackIds) { in filter() local
DSurfaceComposerClient.cpp427 CallbackId callbackId(getNextIdLocked(), callbackType); in addCallbackFunction() local
438 void TransactionCompletedListener::setReleaseBufferCallback(const ReleaseCallbackId& callbackId, in setReleaseBufferCallback()
468 for (auto callbackId : callbackIds) { in addSurfaceControlToCallbacks() local
494 for (auto& callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
501 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
531 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
588 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
638 void TransactionCompletedListener::onReleaseBuffer(ReleaseCallbackId callbackId, in onReleaseBuffer()
659 const ReleaseCallbackId& callbackId) { in popReleaseBufferCallbackLocked()
671 const ReleaseCallbackId& callbackId) { in removeReleaseBufferCallback()
[all …]
DBufferReleaseChannel.cpp203 const ReleaseCallbackId& callbackId, const sp<Fence>& fence, in writeReleaseFence()
DBLASTBufferQueue.cpp526 void BLASTBufferQueue::releaseBuffer(const ReleaseCallbackId& callbackId, in releaseBuffer()
/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.h90 ReleaseCallbackId callbackId; member
DLayer.cpp720 ReleaseCallbackId callbackId{buffer->getId(), framenumber}; in callReleaseBufferCallback() local
/frameworks/native/libs/gui/include/gui/
DBLASTBufferQueue.h226 ReleaseCallbackId callbackId; member
DLayerState.h82 int callbackId = -1; member
/frameworks/native/services/surfaceflinger/tests/
DReleaseBufferCallback_test.cpp32 static void function(void* callbackContext, ReleaseCallbackId callbackId, in function()
45 void getCallbackData(ReleaseCallbackId* callbackId) { in getCallbackData()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp861 LVM_INT32 LVM_AlgoCallBack(void* pBundleHandle, void* pData, LVM_INT16 callbackId) { in LVM_AlgoCallBack()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DQosCallbackTrackerTest.java628 final int callbackId = 1; in testQosMetrics() local
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp248 int32_t callbackId; in onMessageReceived() local
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp120 auto callbackId = ++mCallbackId; in createCallback() local