Searched refs:startDetection (Results 1 – 7 of 7) sorted by relevance
49 OccupantAwarenessStatus startDetection(); in startDetection() method
21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection() method
48 ndk::ScopedAStatus startDetection(OccupantAwarenessStatus* status) override;
36 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
32 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
77 Status status = mOccupantAwarenessService->startDetection(&occupantAwarenessStatus); in TEST_P()