Searched refs:unloadNanoapp (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/ |
D | IContextHub.aidl | 39 void unloadNanoapp(in int contextHubId, in long appId, in int transactionId); in unloadNanoapp() method
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/ |
D | IContextHub.aidl | 39 void unloadNanoapp(in int contextHubId, in long appId, in int transactionId); in unloadNanoapp() method
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/ |
D | IContextHub.aidl | 39 void unloadNanoapp(in int contextHubId, in long appId, in int transactionId); in unloadNanoapp() method
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/ |
D | IContextHub.aidl | 39 void unloadNanoapp(in int contextHubId, in long appId, in int transactionId); in unloadNanoapp() method
|
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/ |
D | IContextHub.aidl | 83 void unloadNanoapp(in int contextHubId, in long appId, in int transactionId); in unloadNanoapp() method
|
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/ |
D | ContextHub.h | 33 ::ndk::ScopedAStatus unloadNanoapp(int32_t in_contextHubId, int64_t in_appId,
|
/hardware/interfaces/contexthub/aidl/default/ |
D | ContextHub.cpp | 48 ScopedAStatus ContextHub::unloadNanoapp(int32_t /* in_contextHubId */, int64_t /* in_appId */, in unloadNanoapp() function in aidl::android::hardware::contexthub::ContextHub
|
/hardware/interfaces/contexthub/aidl/vts/ |
D | VtsAidlHalContextHubTargetTest.cpp | 331 contextHub->unloadNanoapp(getHubId(), kNonExistentAppId, cb->expectedTransactionId) in TEST_P()
|