Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.cpp95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DOccupantAwareness.cpp123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java69 public void getLatestDetection(OccupantDetections detections) {} in getLatestDetection() method in OccupantAwarenessSystemServiceTest.MockOasHal