Home
last modified time | relevance | path

Searched refs:enableNanoapp (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHub.aidl41 void enableNanoapp(in int contextHubId, in long appId, in int transactionId); in enableNanoapp() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl41 void enableNanoapp(in int contextHubId, in long appId, in int transactionId); in enableNanoapp() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl41 void enableNanoapp(in int contextHubId, in long appId, in int transactionId); in enableNanoapp() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl41 void enableNanoapp(in int contextHubId, in long appId, in int transactionId); in enableNanoapp() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl124 void enableNanoapp(in int contextHubId, in long appId, in int transactionId); in enableNanoapp() method
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h37 ::ndk::ScopedAStatus enableNanoapp(int32_t in_contextHubId, int64_t in_appId,
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp58 ScopedAStatus ContextHub::enableNanoapp(int32_t /* in_contextHubId */, int64_t /* in_appId */, in enableNanoapp() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp345 contextHub->enableNanoapp(getHubId(), kNonExistentAppId, cb->expectedTransactionId) in TEST_P()