Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalServer.cpp193 int32_t keyCode = request.value.int32Values[2]; in handleGenerateFakeDataRequest() local
197 *createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_DOWN, keyCode, display), in handleGenerateFakeDataRequest()
200 *createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_UP, keyCode, display), in handleGenerateFakeDataRequest()
225 VehicleHwKeyInputAction action, int32_t keyCode, int32_t targetDisplay) { in createHwInputKeyProp() argument
232 keyEvent->value.int32Values[1] = keyCode; in createHwInputKeyProp()