Home
last modified time | relevance | path

Searched defs:isHardware (Results 1 – 6 of 6) sorted by relevance

/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/aidl/android/hardware/automotive/evs/
DIEvsEnumerator.aidl115 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/src/
DEvsEnumerator.cpp410 ScopedAStatus EvsEnumerator::isHardware(bool* flag) { in isHardware() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator