Searched refs:IContextHubTransactionCallback (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | IContextHubService.aidl | 30 import android.hardware.location.IContextHubTransactionCallback; 73 int contextHubId, in IContextHubTransactionCallback transactionCallback, in loadNanoAppOnHub() 78 int contextHubId, in IContextHubTransactionCallback transactionCallback, in unloadNanoAppFromHub() 83 int contextHubId, in IContextHubTransactionCallback transactionCallback, in enableNanoApp() 88 int contextHubId, in IContextHubTransactionCallback transactionCallback, in disableNanoApp() 92 void queryNanoApps(int contextHubId, in IContextHubTransactionCallback transactionCallback); in queryNanoApps()
|
D | ContextHubManager.java | 439 private IContextHubTransactionCallback createTransactionCallback( in createTransactionCallback() 441 return new IContextHubTransactionCallback.Stub() { in createTransactionCallback() 465 private IContextHubTransactionCallback createQueryCallback( 467 return new IContextHubTransactionCallback.Stub() { 509 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 540 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 571 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 602 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 632 IContextHubTransactionCallback callback = createQueryCallback(transaction);
|
D | IContextHubTransactionCallback.aidl | 28 oneway interface IContextHubTransactionCallback { interface
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubService.java | 38 import android.hardware.location.IContextHubTransactionCallback; 315 private IContextHubTransactionCallback createLoadTransactionCallback( 317 return new IContextHubTransactionCallback.Stub() { 335 private IContextHubTransactionCallback createUnloadTransactionCallback(int contextHubId) { 336 return new IContextHubTransactionCallback.Stub() { 354 private IContextHubTransactionCallback createQueryTransactionCallback(int contextHubId) { 355 return new IContextHubTransactionCallback.Stub() { 385 IContextHubTransactionCallback onCompleteCallback = 411 IContextHubTransactionCallback onCompleteCallback = 464 IContextHubTransactionCallback onCompleteCallback = [all …]
|
D | ContextHubTransactionManager.java | 23 import android.hardware.location.IContextHubTransactionCallback; 104 IContextHubTransactionCallback onCompleteCallback) { in createLoadTransaction() 152 int contextHubId, long nanoAppId, IContextHubTransactionCallback onCompleteCallback) { 193 int contextHubId, long nanoAppId, IContextHubTransactionCallback onCompleteCallback) { 228 int contextHubId, long nanoAppId, IContextHubTransactionCallback onCompleteCallback) { 262 int contextHubId, IContextHubTransactionCallback onCompleteCallback) {
|
/frameworks/base/config/ |
D | preloaded-classes | 2547 android.hardware.location.IContextHubTransactionCallback$Stub$Proxy 2548 android.hardware.location.IContextHubTransactionCallback$Stub 2549 android.hardware.location.IContextHubTransactionCallback
|
D | boot-image-profile.txt | 9962 HPLandroid/hardware/location/IContextHubTransactionCallback$Stub$Proxy;-><init>(Landroid/os/IBinder… 9963 HPLandroid/hardware/location/IContextHubTransactionCallback$Stub$Proxy;->onQueryResponse(ILjava/uti… 9964 HSPLandroid/hardware/location/IContextHubTransactionCallback$Stub;-><init>()V 9965 …re/location/IContextHubTransactionCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardwa… 42677 Landroid/hardware/location/IContextHubTransactionCallback$Stub$Proxy; 42678 Landroid/hardware/location/IContextHubTransactionCallback$Stub; 42679 Landroid/hardware/location/IContextHubTransactionCallback;
|
/frameworks/base/services/ |
D | art-profile | 17428 …rvice;->checkHalProxyAndContextHubId(ILandroid/hardware/location/IContextHubTransactionCallback;I)Z 17432 …android/hardware/location/NanoAppBinary;)Landroid/hardware/location/IContextHubTransactionCallback; 17434 …rvice;->createQueryTransactionCallback(I)Landroid/hardware/location/IContextHubTransactionCallback; 17435 …vice;->createUnloadTransactionCallback(I)Landroid/hardware/location/IContextHubTransactionCallback; 17454 …extHubService;->loadNanoAppOnHub(ILandroid/hardware/location/IContextHubTransactionCallback;Landro… 17456 …ion/ContextHubService;->queryNanoApps(ILandroid/hardware/location/IContextHubTransactionCallback;)V 17462 …extHubService;->unloadNanoAppFromHub(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 17478 …droid/hardware/location/NanoAppBinary;ILandroid/hardware/location/IContextHubTransactionCallback;)V 17481 …ation/ContextHubTransactionManager;IIIJLandroid/hardware/location/IContextHubTransactionCallback;)V 17484 …cation/ContextHubTransactionManager;IIILandroid/hardware/location/IContextHubTransactionCallback;)V [all …]
|