Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.cpp68 ScopedAStatus OccupantAwareness::getState(Role occupantRole, int detectionCapability, in getState()
112 bool OccupantAwareness::isSingularCapability(int detectionCapability) { in isSingularCapability()
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.cpp87 ScopedAStatus OccupantAwareness::getState(Role occupantRole, int detectionCapability, in getState()
145 bool OccupantAwareness::isSingularCapability(int detectionCapability) { in isSingularCapability()
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl24 …e(in android.hardware.automotive.occupant_awareness.Role occupantRole, in int detectionCapability); in getState()
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl73 OccupantAwarenessStatus getState(in Role occupantRole, in int detectionCapability); in getState()
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl24 …e(in android.hardware.automotive.occupant_awareness.Role occupantRole, in int detectionCapability); in getState()
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp127 for (auto detectionCapability : detectionCapabilities) { in TEST_P() local