Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 201) sorted by relevance

123456789

/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
DREADME.txt1 1 To run this suite separately(each test case creates table and delete table) use below command
2 - To execute test suite nt times with n entries, command "ipanatest sep nt n"
4 Example: To execute test suite 1 time with 100 entries, command "ipanattest sep 100"
7 2. To run test suite not separately(creates table and delete table only once) use below command
8 - To execute test suite nt times with n entries, command "ipanatest reg nt n"
10 Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32"
13 3. To run inotify regression test use command, "ipanattest inotify nt"
15 Example: To execute inotify 5 times, command "ipanattest inotify 5"
18 4. if we just give command "ipanattest", runs test suite 1 time with 100 entries (non separate)
/hardware/ril/reference-ril/
Datchannel.h90 int at_send_command_singleline (const char *command,
94 int at_send_command_numeric (const char *command,
97 int at_send_command_multiline (const char *command,
104 int at_send_command (const char *command, ATResponse **pp_outResponse);
106 int at_send_command_sms (const char *command, const char *pdu,
Datchannel.c672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
684 err = writeline (command); in at_send_command_full_nolock()
739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
756 err = at_send_command_full_nolock(command, type, in at_send_command_full()
782 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
786 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
793 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
799 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
816 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
821 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp30 IComposerClient::Command command; in parse() local
32 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
34 switch (command) { in parse()
49 << static_cast<int>(command); in parse()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
66 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8084/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp60 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
64 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
65 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
66 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8998/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8996/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8909w_3100/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8909/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DAndroid.bp33 "android.hardware.graphics.composer@2.1-command-buffer",
34 "android.hardware.graphics.composer@2.2-command-buffer",
37 "android.hardware.graphics.composer@2.1-command-buffer",
38 "android.hardware.graphics.composer@2.2-command-buffer",
/hardware/google/av/codec2/vndk/bufferpool/vts/
Dmulti.cpp66 int32_t command; member
151 message.data.command = PipeCommand::INIT_ERROR; in doReceiver()
157 message.data.command = PipeCommand::INIT_ERROR; in doReceiver()
161 message.data.command = PipeCommand::INIT_OK; in doReceiver()
173 message.data.command = PipeCommand::RECEIVE_ERROR; in doReceiver()
178 message.data.command = PipeCommand::RECEIVE_OK; in doReceiver()
210 message.data.command = PipeCommand::SEND; in TEST_F()
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal48 * @param cmdId command Id to use for this invocation.
64 * @param cmdId command Id to use for this invocation.
81 * @param cmdId command Id to use for this invocation.
97 * @param cmdId command Id to use for this invocation.
110 * @param cmdId command Id to use for this invocation.
126 * @param cmdId command Id to use for this invocation.
141 * @param cmdId command Id to use for this invocation.
157 * @param cmdId command Id to use for this invocation.
172 * @param cmdId command Id to use for this invocation.
188 * @param cmdId command Id to use for this invocation.
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/
DAndroid.bp2 name: "android.hardware.graphics.composer@2.2-command-buffer",
10 "android.hardware.graphics.composer@2.1-command-buffer",
/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() argument
42 switch (static_cast<IComposerClient::Command>(command)) { in executeCommand()
48 return BaseType2_1::executeCommand(command, length); in executeCommand()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c164 void write_bad_command_error(int conn_socket, char* command) { in write_bad_command_error() argument
165 int num = snprintf(tmp_write_buffer, PARSE_BUF_LEN, "Bad command received: %s", command); in write_bad_command_error()
518 char* command = strtok(buffer, " "); in get_command() local
519 char* newline = strchr(command, '\n'); in get_command()
523 return command; in get_command()
542 char* command = strtok(buffer, " \r\n"); in parse_socket_data() local
543 if (command == NULL) { in parse_socket_data()
544 write_bad_command_error(conn_socket, command); in parse_socket_data()
545 } else if (strncmp(command, COMMAND_LS, 2) == 0) { in parse_socket_data()
547 } else if (strcmp(command, COMMAND_RECOGNITION_TRIGGER) == 0) { in parse_socket_data()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsaucm_test.c164 char *command = NULL; in process_cmd() local
169 command = strtok_r(cmdStr, " ", &value); in process_cmd()
172 if (command == NULL) { in process_cmd()
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0) in process_cmd()
183 fprintf(stderr, "Unknown command '%s'\n", command); in process_cmd()

123456789