Searched refs:getLatestDetection (Results 1 – 7 of 7) sorted by relevance
87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() method
26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection() method
55 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
188 (void)mOccupantAwarenessService->getLatestDetection(&detections); in TEST_P()