Home
last modified time | relevance | path

Searched refs:isHardware (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsEnumerator.aidl115 boolean isHardware(); in isHardware() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsEnumerator.aidl45 boolean isHardware(); in isHardware() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsEnumerator.aidl45 boolean isHardware(); in isHardware() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsEnumerator.aidl45 boolean isHardware(); in isHardware() method
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.h52 Return<bool> isHardware() override { return true; } in isHardware() function
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsEnumerator.h44 ndk::ScopedAStatus isHardware(bool* flag) override;
/hardware/interfaces/automotive/evs/1.1/
DIEvsEnumerator.hal58 isHardware() generates (bool result);
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsEnumerator.cpp430 ScopedAStatus EvsEnumerator::isHardware(bool* flag) { in isHardware() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp112 mIsHwModule = pEnumerator->isHardware(); in SetUp()
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp120 ASSERT_TRUE(mEnumerator->isHardware(&mIsHwModule).isOk()); in SetUp()