Home
last modified time | relevance | path

Searched defs:detectionFlags (Results 1 – 5 of 5) 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 DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl30 oneway void onSystemStatusChanged(in int detectionFlags, in OccupantAwarenessStatus status); in onSystemStatusChanged()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp48 Status onSystemStatusChanged(int detectionFlags, OccupantAwarenessStatus status) override { in onSystemStatusChanged()
165 new OccupantAwarenessCallback([](int detectionFlags, OccupantAwarenessStatus status) { in TEST_P()
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java108 public void fireStatusEvent(int detectionFlags, @OccupantAwarenessStatus byte status) in fireStatusEvent()