Home
last modified time | relevance | path

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

12345678910>>...29

/hardware/qcom/sm8150/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/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/google/graphics/common/hwc3/
DComposerCommandEngine.cpp71 for (const auto& command : commands) { in execute() local
72 dispatchDisplayCommand(command); in execute()
76 if (command.validateDisplay || command.presentDisplay || in execute()
77 command.presentOrValidateDisplay) { in execute()
78 displaysPendingBrightenssChange.erase(command.display); in execute()
79 } else if (command.brightness) { in execute()
80 displaysPendingBrightenssChange.insert(command.display); in execute()
121 void ComposerCommandEngine::dispatchDisplayCommand(const DisplayCommand& command) { in dispatchDisplayCommand() argument
124 for (const auto& layerCmd : command.layers) { in dispatchDisplayCommand()
127 dispatchBatchCreateDestroyLayerCommand(command.display, layerCmd); in dispatchDisplayCommand()
[all …]
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs_test.py40 for command in commands:
41 data += command.opcode.to_bytes(4, sys.byteorder)
42 data += command.original_size.to_bytes(4, sys.byteorder)
43 data += command.data
44 assert(len(command.data) + 8 == command.original_size)
45 data += command.original_size.to_bytes(4, byteorder='little')
69 command = create_vk_destroy_instance_command(vk_instance=0x1234, p_allocator=0x7321)
71 capture_id=8261, commands=[command], error_message=None)
86 self.assertEqual(streams[0].commands[0].opcode, command.opcode)
87 self.assertEqual(streams[0].commands[0].original_size, command.original_size)
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc38 by this command
40 If a color attachment is written by any prior command in this subpass or
64 command
66 If a depth attachment is written by any prior command in this subpass or
91 command
93 If a stencil attachment is written by any prior command in this subpass
118 command
121 If an attachment is written by any prior command in this subpass or by
124 sampled image by this command
127 If any previously recorded command in the current subpass accessed an
[all …]
Dperformance_query_begin_common.adoc24 must: be the first recorded command in pname:commandBuffer
29 ename:VK_PERFORMANCE_COUNTER_SCOPE_RENDER_PASS_KHR, the begin command
35 within pname:commandBuffer, its parent primary command buffer or
36 secondary command buffer recorded within the same parent primary command
42 ename:VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR, this command must: not be
43 recorded in a command buffer that, either directly or through secondary
44 command buffers, also contains a fname:vkCmdResetQueryPool command
Ddraw_dispatch_nonindirect_common.adoc9 If pname:commandBuffer is a protected command buffer and
12 pipeline bind point used by this command must: not be an unprotected
15 If pname:commandBuffer is a protected command buffer and
19 this command must: not write to any resource
23 pipeline bind point used by this command uses the
25 capability, then pname:commandBuffer must: not be a protected command
/hardware/interfaces/gnss/common/utils/default/
DDeviceFileReader.cpp23 void DeviceFileReader::getDataFromDeviceFile(const std::string& command, int mMinIntervalMs) { in getDataFromDeviceFile() argument
26 if (command == CMD_GET_LOCATION) { in getDataFromDeviceFile()
28 } else if (command == CMD_GET_RAWMEASUREMENT) { in getDataFromDeviceFile()
39 if (write(gnss_fd, command.c_str(), command.size()) <= 0) { in getDataFromDeviceFile()
92 if (command == CMD_GET_LOCATION) { in getDataFromDeviceFile()
95 } else if (command == CMD_GET_RAWMEASUREMENT) { in getDataFromDeviceFile()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp32 int32_t command; in parse() local
34 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
36 parseSingleCommand(command, length); in parse()
43 IComposerClient::Command command = static_cast<IComposerClient::Command>(commandRaw); in parseSingleCommand() local
45 switch (command) { in parseSingleCommand()
89 GTEST_FAIL() << "unexpected return command " << std::hex << static_cast<int>(command); in parseSingleCommand()
/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,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc8 [open,refpage='VkCommandBuffer',desc='Opaque handle to a command buffer object',type='handles']
12 There are two levels of command buffers - _primary command buffers_, which
13 can: execute secondary command buffers, and which are submitted to queues,
14 and _secondary command buffers_, which can: be executed by primary command
23 the command buffer, commands to modify dynamic state, commands to draw (for
25 secondary command buffers (for primary command buffers only), commands to
29 Each command buffer manages state independently of other command buffers.
30 There is no inheritance of state across primary and secondary command
31 buffers, or between secondary command buffers.
32 When a command buffer begins recording, all state in that command buffer is
[all …]
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue() argument
27 valueop.cmd = command; in getValue()
36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue() argument
38 valueop.cmd = command; in setValue()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectTargetTest.cpp222 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::START)); in TEST_P()
224 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::STOP)); in TEST_P()
233 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::START)); in TEST_P()
235 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::STOP)); in TEST_P()
245 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::START)); in TEST_P()
247 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::RESET)); in TEST_P()
257 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::START)); in TEST_P()
258 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::STOP)); in TEST_P()
267 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::START, EX_ILLEGAL_STATE)); in TEST_P()
268 ASSERT_NO_FATAL_FAILURE(command(mEffect, CommandId::STOP, EX_ILLEGAL_STATE)); in TEST_P()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_entrypoints.py107 for command in doc.findall('./commands/command'):
108 if not filter_api(command, api):
111 if 'alias' in command.attrib:
112 name = command.attrib['name']
113 target = command.attrib['alias']
116 name = command.find('./proto/name').text
117 ret_type = command.find('./proto/type').text
123 ) for p in command.findall('./param') if filter_api(p, api)]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_nested_command_buffer.adoc21 recording a secondary command buffer.
22 This extension relaxes that restriction, allowing secondary command buffers
23 to execute other secondary command buffers.
30 `cmdbufferlevel` attribute in `vk.xml` for the command, and it is currently
39 recording this command in a secondary command buffer unless this extension
/hardware/qcom/sm8150/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/hardware/qcom/sm7250/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()
/hardware/google/aemu/base/include/aemu/base/threads/
DThreadPool.h106 Command command = std::move(commandOpt.value()); in ThreadPool()
107 mProcessor(std::move(command.mItem), command.mWorkerId); in ThreadPool()
155 Command command(std::forward<Item>(item), workerIndex); in enqueue()
156 workerPtr->enqueue(std::move(command)); in enqueue()
168 Command command(std::move(itemFactory()), i); in broadcast()
169 workerOpt->enqueue(std::move(command)); in broadcast()

12345678910>>...29