Searched refs:stopDetection (Results 1 – 7 of 7) sorted by relevance
57 OccupantAwarenessStatus stopDetection(); in stopDetection() method
22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection() method
49 ndk::ScopedAStatus stopDetection(OccupantAwarenessStatus* status) override;
52 ScopedAStatus OccupantAwareness::stopDetection(OccupantAwarenessStatus* status) { in stopDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
45 ScopedAStatus OccupantAwareness::stopDetection(OccupantAwarenessStatus* status) { in stopDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
82 EXPECT_OK(mOccupantAwarenessService->stopDetection(&occupantAwarenessStatus)); in TEST_P()