Home
last modified time | relevance | path

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

12345678910

/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/qcom/sdm845/data/ipacfg-mgr/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/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/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/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/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/sdm845/display/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/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/interfaces/graphics/composer/2.3/utils/command-buffer/
DAndroid.bp2 name: "android.hardware.graphics.composer@2.3-command-buffer",
11 "android.hardware.graphics.composer@2.1-command-buffer",
12 "android.hardware.graphics.composer@2.2-command-buffer",
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp32 IComposerClient::Command command; in parse() local
34 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
36 switch (command) { in parse()
81 << static_cast<int>(command); in parse()
/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/vts/
DAndroid.bp37 "android.hardware.graphics.composer@2.1-command-buffer",
38 "android.hardware.graphics.composer@2.2-command-buffer",
41 "android.hardware.graphics.composer@2.1-command-buffer",
42 "android.hardware.graphics.composer@2.2-command-buffer",
/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",

12345678910