Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 122) sorted by relevance

12345

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue()
36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue()
/hardware/qcom/display/msm8909w_3100/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
/hardware/qcom/sdm845/display/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/display/msm8998/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/display/msm8909/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/display/msm8084/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp60 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/qcom/sm8150/display/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
/hardware/qcom/display/msm8996/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
/hardware/qcom/sm7250/display/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { in sendSingleParam()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp32 int32_t command; in parse() local
43 IComposerClient::Command command = static_cast<IComposerClient::Command>(commandRaw); in parseSingleCommand() local
/hardware/ril/reference-ril/
Datchannel.c672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock()
739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full()
774 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
785 int at_send_command_singleline (const char *command, in at_send_command_singleline()
808 int at_send_command_numeric (const char *command, in at_send_command_numeric()
830 int at_send_command_sms (const char *command, in at_send_command_sms()
854 int at_send_command_multiline (const char *command, in at_send_command_multiline()
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DTestCommandReader.cpp24 IComposerClient::Command command = static_cast<IComposerClient::Command>(commandRaw); in parseSingleCommand() local
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerCommandEngine.h41 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand()
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp67 for (const auto& command : commands) { in execute() local
93 void ComposerCommandEngine::dispatchDisplayCommand(const DisplayCommand& command) { in dispatchDisplayCommand()
112 void ComposerCommandEngine::dispatchLayerCommand(int64_t display, const LayerCommand& command) { in dispatchLayerCommand()
169 void ComposerCommandEngine::executeSetClientTarget(int64_t display, const ClientTarget& command) { in executeSetClientTarget()
224 const DisplayBrightness& command) { in executeSetDisplayBrightness()
/hardware/interfaces/gnss/common/utils/default/
DDeviceFileReader.cpp23 void DeviceFileReader::getDataFromDeviceFile(const std::string& command, int mMinIntervalMs) { in getDataFromDeviceFile()

12345