Home
last modified time | relevance | path

Searched refs:setTestMode (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl50 void setTestMode(in boolean enable); in setTestMode() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl50 void setTestMode(in boolean enable); in setTestMode() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl50 void setTestMode(in boolean enable); in setTestMode() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl237 void setTestMode(in boolean enable); in setTestMode() method
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h47 ::ndk::ScopedAStatus setTestMode(bool enable) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp115 ScopedAStatus ContextHub::setTestMode(bool /* enable */) { in setTestMode() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp97 Status status = contextHub->setTestMode(true); in TEST_P()
107 Status status = contextHub->setTestMode(false); in TEST_P()