Home
last modified time | relevance | path

Searched refs:transactionCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIContextHubService.aidl73 int contextHubId, in IContextHubTransactionCallback transactionCallback, in loadNanoAppOnHub() argument
78 int contextHubId, in IContextHubTransactionCallback transactionCallback, in unloadNanoAppFromHub() argument
83 int contextHubId, in IContextHubTransactionCallback transactionCallback, in enableNanoApp() argument
88 int contextHubId, in IContextHubTransactionCallback transactionCallback, in disableNanoApp() argument
92 void queryNanoApps(int contextHubId, in IContextHubTransactionCallback transactionCallback); in queryNanoApps() argument
/frameworks/base/services/core/java/com/android/server/location/
DContextHubService.java684 int contextHubId, IContextHubTransactionCallback transactionCallback,
688 contextHubId, transactionCallback, ContextHubTransaction.TYPE_LOAD_NANOAPP)) {
693 transactionCallback.onTransactionComplete(
699 contextHubId, nanoAppBinary, transactionCallback);
714 int contextHubId, IContextHubTransactionCallback transactionCallback, long nanoAppId)
718 contextHubId, transactionCallback, ContextHubTransaction.TYPE_UNLOAD_NANOAPP)) {
723 contextHubId, nanoAppId, transactionCallback);
738 int contextHubId, IContextHubTransactionCallback transactionCallback, long nanoAppId)
742 contextHubId, transactionCallback, ContextHubTransaction.TYPE_ENABLE_NANOAPP)) {
747 contextHubId, nanoAppId, transactionCallback);
[all …]
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp148 bq->transactionCallback(latchTime, presentFence, stats); in transactionCallbackThunk()
151 void BLASTBufferQueue::transactionCallback(nsecs_t /*latchTime*/, const sp<Fence>& /*presentFence*/, in transactionCallback() function in android::BLASTBufferQueue
/frameworks/native/libs/gui/include/gui/
DBLASTBufferQueue.h80 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence,