Home
last modified time | relevance | path

Searched defs:detectionCapability (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.cpp68 ScopedAStatus OccupantAwareness::getState(Role occupantRole, int detectionCapability, in getState()
112 bool OccupantAwareness::isSingularCapability(int detectionCapability) { in isSingularCapability()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DOccupantAwareness.cpp87 ScopedAStatus OccupantAwareness::getState(Role occupantRole, int detectionCapability, in getState()
145 bool OccupantAwareness::isSingularCapability(int detectionCapability) { in isSingularCapability()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl24 …e(in android.hardware.automotive.occupant_awareness.Role occupantRole, in int detectionCapability); in getState()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl24 …e(in android.hardware.automotive.occupant_awareness.Role occupantRole, in int detectionCapability); in getState()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl73 OccupantAwarenessStatus getState(in Role occupantRole, in int detectionCapability); in getState()
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java77 public @OccupantAwarenessStatus byte getState(int occupantRole, int detectionCapability) { in getState()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp127 for (auto detectionCapability : detectionCapabilities) { in TEST_P() local