Searched refs:transactionCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | IContextHubService.aidl | 73 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/ |
D | ContextHubService.java | 668 int contextHubId, IContextHubTransactionCallback transactionCallback, 672 contextHubId, transactionCallback, ContextHubTransaction.TYPE_LOAD_NANOAPP)) { 677 transactionCallback.onTransactionComplete( 683 contextHubId, nanoAppBinary, transactionCallback); 698 int contextHubId, IContextHubTransactionCallback transactionCallback, long nanoAppId) 702 contextHubId, transactionCallback, ContextHubTransaction.TYPE_UNLOAD_NANOAPP)) { 707 contextHubId, nanoAppId, transactionCallback); 722 int contextHubId, IContextHubTransactionCallback transactionCallback, long nanoAppId) 726 contextHubId, transactionCallback, ContextHubTransaction.TYPE_ENABLE_NANOAPP)) { 731 contextHubId, nanoAppId, transactionCallback); [all …]
|