Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection() method
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.h55 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
DOccupantAwareness.cpp123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.cpp95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp188 (void)mOccupantAwarenessService->getLatestDetection(&detections); in TEST_P()