Home
last modified time | relevance | path

Searched refs:startDetection (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl49 OccupantAwarenessStatus startDetection(); in startDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.h43 ndk::ScopedAStatus startDetection(OccupantAwarenessStatus* status) override;
H A DOccupantAwareness.cpp32 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DOccupantAwareness.h48 ndk::ScopedAStatus startDetection(OccupantAwarenessStatus* status) override;
H A DOccupantAwareness.cpp36 ScopedAStatus OccupantAwareness::startDetection(OccupantAwarenessStatus* status) { in startDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp77 Status status = mOccupantAwarenessService->startDetection(&occupantAwarenessStatus); in TEST_P()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java185 hal.startDetection(); in startDetectionGraph()
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java82 public @OccupantAwarenessStatus byte startDetection() { in startDetection() method in OccupantAwarenessSystemServiceTest.MockOasHal