Searched refs:EvsStateControl (Results 1 – 5 of 5) sorted by relevance
42 EvsStateControl::EvsStateControl(android::sp <IVehicle> pVnet, in EvsStateControl() function in EvsStateControl127 bool EvsStateControl::startUpdateLoop() { in startUpdateLoop()134 void EvsStateControl::postCommand(const Command& cmd) { in postCommand()145 void EvsStateControl::updateLoop() { in updateLoop()213 bool EvsStateControl::selectStateForCurrentConditions() { in selectStateForCurrentConditions()263 StatusCode EvsStateControl::invokeGet(VehiclePropValue *pRequestedPropValue) { in invokeGet()281 bool EvsStateControl::configureEvsPipeline(State desiredState) { in configureEvsPipeline()
59 void run(EvsStateControl *pStateController) { in run()66 EvsStateControl::Command cmd = { in run()67 .operation = EvsStateControl::Op::CHECK_VEHICLE_STATE, in run()
46 class EvsStateControl {48 EvsStateControl(android::sp <IVehicle> pVnet,
156 EvsStateControl *pStateController = new EvsStateControl(pVnet, pEvs, pDisplay, config); in main()
8 EvsStateControl.cpp \