/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
H A D | ChreTestUtil.java | 128 public static boolean unloadNanoApp( in unloadNanoApp() method in ChreTestUtil 130 ContextHubTransaction<Void> txn = manager.unloadNanoApp(info, nanoAppId); in unloadNanoApp() 145 if (!unloadNanoApp(manager, info, nanoAppId)) { in unloadNanoAppAssertSuccess()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | IContextHubService.aidl | 50 int unloadNanoApp(int nanoAppHandle); in unloadNanoApp() method
|
H A D | ContextHubManager.java | 348 public int unloadNanoApp(int nanoAppHandle) { in unloadNanoApp() method in ContextHubManager 350 return mService.unloadNanoApp(nanoAppHandle); in unloadNanoApp() 586 @NonNull public ContextHubTransaction<Void> unloadNanoApp(
|
/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
H A D | ContextHubNanoAppInfoEventsTestExecutor.java | 98 if (!ChreTestUtil.unloadNanoApp(getContextHubManager(), getContextHubInfo(), in handleMessageFromNanoApp()
|
H A D | ContextHubGeneralTestExecutor.java | 252 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, in deinit()
|
/aosp12/hardware/interfaces/contexthub/common/default/1.X/ |
H A D | ContextHub.h | 73 Return<Result> unloadNanoApp(uint32_t /*hubId*/, uint64_t /*appId*/, in unloadNanoApp() function
|
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.h | 47 Return<Result> unloadNanoApp(uint32_t hubId,
|
H A D | Contexthub.cpp | 397 Return<Result> Contexthub::unloadNanoApp(uint32_t hubId, in unloadNanoApp() function in android::hardware::contexthub::V1_0::implementation::Contexthub
|
/aosp12/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/ |
H A D | ContextHubChrePermissionsTestExecutor.java | 132 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
|
H A D | ContextHubFrameworkPermissionsTestExecutor.java | 182 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
|
/aosp12/system/chre/java/test/stress/src/com/google/android/chre/test/stress/ |
H A D | ContextHubStressTestExecutor.java | 247 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
|
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/ |
H A D | VtsHalContexthubV1_0TargetTest.cpp | 221 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubTransactionManager.java | 197 return mContextHubProxy.unloadNanoApp(
|
H A D | ContextHubService.java | 509 public int unloadNanoApp(int nanoAppHandle) throws RemoteException {
|
/aosp12/hardware/interfaces/contexthub/1.0/ |
H A D | IContexthub.hal | 114 unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
|
/aosp12/system/chre/host/hal_generic/common/ |
H A D | generic_context_hub_base.h | 278 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, in unloadNanoApp() function
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 3740 ….LOCATION_HARDWARE, android.Manifest.permission.ACCESS_CONTEXT_HUB}) public int unloadNanoApp(int); 3741 …ublic android.hardware.location.ContextHubTransaction<java.lang.Void> unloadNanoApp(@NonNull andro…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 24271 Landroid/hardware/location/IContextHubService$Stub$Proxy;->unloadNanoApp(I)I 24303 Landroid/hardware/location/IContextHubService;->unloadNanoApp(I)I
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 21614 PLcom/android/server/location/contexthub/ContextHubService;->unloadNanoApp(I)I
|