HomeSort by relevance Sort by last modified time
    Searched refs:respMsg (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 64 VehicleEmulator::EmulatorMessage& respMsg) {
68 respMsg.set_msg_type(emulator::GET_CONFIG_RESP);
69 respMsg.set_status(emulator::ERROR_INVALID_PROPERTY);
74 emulator::VehiclePropConfig* protoCfg = respMsg.add_config();
76 respMsg.set_status(emulator::RESULT_OK);
83 VehicleEmulator::EmulatorMessage& respMsg) {
86 respMsg.set_msg_type(emulator::GET_CONFIG_ALL_RESP);
87 respMsg.set_status(emulator::RESULT_OK);
90 emulator::VehiclePropConfig* protoCfg = respMsg.add_config();
96 VehicleEmulator::EmulatorMessage& respMsg) {
    [all...]
VehicleEmulator.h 87 void doGetConfig(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
88 void doGetConfigAll(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
89 void doGetProperty(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
90 void doGetPropertyAll(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
91 void doSetProperty(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 108 String respMsg = urlConnection.getResponseMessage();
109 Log.d("Got response code: " + respCode + " and response msg: " + respMsg);

Completed in 3477 milliseconds