Home
last modified time | relevance | path

Searched refs:unloadNanoApp (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DChreTestUtil.java128 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 DIContextHubService.aidl50 int unloadNanoApp(int nanoAppHandle); in unloadNanoApp() method
H A DContextHubManager.java348 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 DContextHubNanoAppInfoEventsTestExecutor.java98 if (!ChreTestUtil.unloadNanoApp(getContextHubManager(), getContextHubInfo(), in handleMessageFromNanoApp()
H A DContextHubGeneralTestExecutor.java252 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, in deinit()
/aosp12/hardware/interfaces/contexthub/common/default/1.X/
H A DContextHub.h73 Return<Result> unloadNanoApp(uint32_t /*hubId*/, uint64_t /*appId*/, in unloadNanoApp() function
/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.h47 Return<Result> unloadNanoApp(uint32_t hubId,
H A DContexthub.cpp397 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 DContextHubChrePermissionsTestExecutor.java132 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
H A DContextHubFrameworkPermissionsTestExecutor.java182 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
/aosp12/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
H A DContextHubStressTestExecutor.java247 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp221 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubTransactionManager.java197 return mContextHubProxy.unloadNanoApp(
H A DContextHubService.java509 public int unloadNanoApp(int nanoAppHandle) throws RemoteException {
/aosp12/hardware/interfaces/contexthub/1.0/
H A DIContexthub.hal114 unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h278 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, in unloadNanoApp() function
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3740 ….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 Dhiddenapi-max-target-o.txt24271 Landroid/hardware/location/IContextHubService$Stub$Proxy;->unloadNanoApp(I)I
24303 Landroid/hardware/location/IContextHubService;->unloadNanoApp(I)I
/aosp12/frameworks/base/services/
H A Dart-profile21614 PLcom/android/server/location/contexthub/ContextHubService;->unloadNanoApp(I)I