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 | 411 private IContextHubTransactionCallback createTransactionCallback( in createTransactionCallback() 413 return new IContextHubTransactionCallback.Stub() { in createTransactionCallback() 437 private IContextHubTransactionCallback createQueryCallback( 439 return new IContextHubTransactionCallback.Stub() { 478 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 506 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 534 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 562 IContextHubTransactionCallback callback = createTransactionCallback(transaction); 589 IContextHubTransactionCallback callback = createQueryCallback(transaction);
|
D | IContextHubTransactionCallback.aidl | 28 oneway interface IContextHubTransactionCallback { interface
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubService.java | 36 import android.hardware.location.IContextHubTransactionCallback; 301 private IContextHubTransactionCallback createLoadTransactionCallback( 303 return new IContextHubTransactionCallback.Stub() { 321 private IContextHubTransactionCallback createUnloadTransactionCallback(int contextHubId) { 322 return new IContextHubTransactionCallback.Stub() { 340 private IContextHubTransactionCallback createQueryTransactionCallback(int contextHubId) { 341 return new IContextHubTransactionCallback.Stub() { 371 IContextHubTransactionCallback onCompleteCallback = 397 IContextHubTransactionCallback onCompleteCallback = 450 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 | hiddenapi-greylist-max-o.txt | 24004 …hardware/location/ContextHubTransaction;)Landroid/hardware/location/IContextHubTransactionCallback; 24005 …hardware/location/ContextHubTransaction;)Landroid/hardware/location/IContextHubTransactionCallback; 24266 …bService$Stub$Proxy;->disableNanoApp(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 24267 …ubService$Stub$Proxy;->enableNanoApp(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 24275 …ce$Stub$Proxy;->loadNanoAppOnHub(ILandroid/hardware/location/IContextHubTransactionCallback;Landro… 24277 …HubService$Stub$Proxy;->queryNanoApps(ILandroid/hardware/location/IContextHubTransactionCallback;)V 24281 …ce$Stub$Proxy;->unloadNanoAppFromHub(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 24300 …/IContextHubService;->disableNanoApp(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 24301 …n/IContextHubService;->enableNanoApp(ILandroid/hardware/location/IContextHubTransactionCallback;J)V 24308 …extHubService;->loadNanoAppOnHub(ILandroid/hardware/location/IContextHubTransactionCallback;Landro… [all …]
|
D | boot-image-profile.txt | 7366 HSPLandroid/hardware/location/IContextHubTransactionCallback$Stub$Proxy;->onQueryResponse(ILjava/ut… 7367 HSPLandroid/hardware/location/IContextHubTransactionCallback$Stub;-><init>()V 33802 Landroid/hardware/location/IContextHubTransactionCallback$Stub; 33803 Landroid/hardware/location/IContextHubTransactionCallback; 41747 …hardware/location/ContextHubTransaction;)Landroid/hardware/location/IContextHubTransactionCallback; 41765 HSPLandroid/hardware/location/IContextHubTransactionCallback$Stub;->asBinder()Landroid/os/IBinder; 41766 HSPLandroid/hardware/location/IContextHubTransactionCallback$Stub;->onTransact(ILandroid/os/Parcel;…
|
/frameworks/base/services/ |
D | art-profile | 7952 …rvice;->checkHalProxyAndContextHubId(ILandroid/hardware/location/IContextHubTransactionCallback;I)Z 7964 …ion/ContextHubService;->queryNanoApps(ILandroid/hardware/location/IContextHubTransactionCallback;)V 7984 …d/hardware/location/NanoAppBinary;Landroid/hardware/location/IContextHubTransactionCallback;)Lcom/… 7985 …Manager;->createQueryTransaction(ILandroid/hardware/location/IContextHubTransactionCallback;)Lcom/… 7986 …nager;->createUnloadTransaction(IJLandroid/hardware/location/IContextHubTransactionCallback;)Lcom/…
|