Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl49 OccupantAwarenessStatus startDetection(); in startDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.h48 ndk::ScopedAStatus startDetection(OccupantAwarenessStatus* status) override;
DOccupantAwareness.cpp36 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.cpp32 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp77 Status status = mOccupantAwarenessService->startDetection(&occupantAwarenessStatus); in TEST_P()