Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h71 VehiclePropValuePtr createHwInputKeyProp(VehicleHwKeyInputAction action, int32_t keyCode,
DEmulatedVehicleHal.cpp415 createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_DOWN, keyCode, display)); in handleGenerateFakeDataRequest()
416 doHalEvent(createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_UP, keyCode, display)); in handleGenerateFakeDataRequest()
439 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::createHwInputKeyProp( in createHwInputKeyProp() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal