Home
last modified time | relevance | path

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

12345678910

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc76 void DualModeController::ForwardToLm(CommandView command) { in ForwardToLm()
80 void DualModeController::SniffSubrating(CommandView command) { in SniffSubrating()
280 void DualModeController::Reset(CommandView command) { in Reset()
293 void DualModeController::ReadBufferSize(CommandView command) { in ReadBufferSize()
304 void DualModeController::ReadRssi(CommandView command) { in ReadRssi()
316 void DualModeController::ReadEncryptionKeySize(CommandView command) { in ReadEncryptionKeySize()
327 void DualModeController::HostBufferSize(CommandView command) { in HostBufferSize()
334 void DualModeController::ReadLocalVersionInformation(CommandView command) { in ReadLocalVersionInformation()
351 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in ReadRemoteVersionInformation()
364 void DualModeController::ReadBdAddr(CommandView command) { in ReadBdAddr()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc62 auto command = CommandView::Create(create_packet_view(packet)); in FilterHciCommand() local
207 std::vector<uint8_t> PcapFilter::FilterWriteLocalName(CommandView& command) { in FilterWriteLocalName()
218 CommandView& command) { in FilterWriteExtendedInquiryResponse()
232 CommandView& command) { in FilterLeSetAdvertisingData()
244 CommandView& command) { in FilterLeSetScanResponseData()
256 CommandView& command) { in FilterLeSetExtendedAdvertisingData()
271 CommandView& command) { in FilterLeSetExtendedScanResponseData()
286 bluetooth::hci::CommandView& command) { in FilterLeSetPeriodicAdvertisingData()
300 bluetooth::hci::LeMultiAdvtView& command) { in FilterLeMultiAdvtSetData()
313 bluetooth::hci::LeMultiAdvtView& command) { in FilterLeMultiAdvtSetScanResp()
/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc251 void LeAddressManager::push_command(Command command) { in push_command()
308 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate() local
349 Command command = {CommandType::UPDATE_IRK, update_irk_command}; in prepare_to_update_irk() local
358 void LeAddressManager::update_irk(UpdateIRKCommand command) { in update_irk()
445 auto command = std::move(cached_commands_.front()); in handle_next_command() local
449 [this](auto&& command) { in handle_next_command()
467 …Command command = {CommandType::ADD_DEVICE_TO_CONNECT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList() local
487 …Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, HCICommand{std::move(packet_builder)… in AddDeviceToResolvingList() local
493 Command command = {CommandType::LE_SET_PRIVACY_MODE, HCICommand{std::move(packet_builder)}}; in AddDeviceToResolvingList() local
512 …Command command = {CommandType::REMOVE_DEVICE_FROM_CONNECT_LIST, HCICommand{std::move(packet_build… in RemoveDeviceFromFilterAcceptList() local
[all …]
Dremote_name_request_test.cc138 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
211 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
421 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
506 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
553 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
588 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
624 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
Dhci_layer.h144 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
149 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
Dacl_manager_unittest.cc133 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
141 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
177 ConnectionManagementCommandView command = in GetCommand() local
196 ConnectionManagementCommandView command = in GetLastCommand() local
209 ConnectionManagementCommandView command = in GetLastOutgoingCommand() local
448 auto command = test_hci_layer_->GetLastOutgoingCommand(); in SetUp() local
787 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local
804 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local
817 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local
859 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTestCommandReceiver.java37 public static Bundle callCommand(String command) { in callCommand()
41 public static Bundle callCommand(String command, String arg) { in callCommand()
45 public static Bundle callCommand(String command, String arg, Bundle extras) { in callCommand()
/packages/modules/Media/apex/framework/java/android/media/
DSession2CommandGroup.java86 public boolean hasCommand(@NonNull Session2Command command) { in hasCommand()
165 public Builder addCommand(@NonNull Session2Command command) { in addCommand()
179 public Builder removeCommand(@NonNull Session2Command command) { in removeCommand()
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java111 public ScheduledFuture<?> schedule(final Runnable command, long delay, TimeUnit unit) { in schedule()
128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate()
135 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
165 public void execute(Runnable command) { in execute()
232 final Runnable command) { in fromRunnable()
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h35 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
38 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
53 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
62 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc247std::unique_ptr<T> command, common::ContextualOnceCallback<void(CommandCompleteView)> on_complete)… in EnqueueCommand()
252std::unique_ptr<T> command, common::ContextualOnceCallback<void(CommandStatusView)> on_status) ove… in EnqueueCommand()
259 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
272 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
293 auto command = DequeueCommand(); in DequeueCommandBytes() local
606 auto command = LeEnhancedConnectionCompleteBuilder::Create( in SetUp() local
1115 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local
1125 …auto command = CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->DequeueComm… in TEST_F() local
1138 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local
1187 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local
[all …]
Dle_acl_connection_test.cc98 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand()
111 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand()
134 auto command = DequeueCommand(); in DequeueCommandBytes() local
214 …auto command = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueComm… in TEST_F() local
237 …auto command = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueComm… in TEST_F() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DBrowserUri.java33 private BrowserUri(PropertyInfo command) { in BrowserUri()
43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc134 proto::ConfigurationCommand command; in TEST_F() local
173 proto::ConfigurationCommand command; in TEST_F() local
218 proto::ControlCommand command; in TEST_F() local
250 proto::ControlCommand command; in TEST_F() local
364 proto::ConfigurationCommand command; in TEST_F() local
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_hci_layer.h55 std::unique_ptr<hci::CommandBuilder> command; variable
66 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
73 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
/packages/services/Telephony/tests/src/com/android/
DTestExecutorService.java203 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
222 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate()
228 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
234 public void execute(Runnable command) { in execute()
238 private void onExecute(Runnable command) { in onExecute()
/packages/modules/Virtualization/compos/benchmark/src/java/com/android/compos/benchmark/
DComposBenchmark.java79 final String command = "/apex/com.android.art/bin/odrefresh --force-compile"; in testHostCompileTime() local
124 final String command = "/apex/com.android.compos/bin/composd_cmd test-compile"; in testGuestCompileTime() local
160 final String command = "logcat -d -e dex2oat"; in getLatestDex2oatSuccessTime() local
198 private String executeCommand(String command) { in executeCommand()
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommandExecutor.java44 public CommandRunnable(CameraCommand command) { in CommandRunnable()
100 public Future<?> execute(CameraCommand command) { in execute()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs457 let command = get_arg(args, 0)?; in cmd_adapter() localVariable
625 let command = get_arg(args, 0)?; in cmd_discovery() localVariable
645 let command = get_arg(args, 0)?; in cmd_bond() localVariable
704 let command = &get_arg(args, 0)?; in cmd_device() localVariable
901 let command = get_arg(args, 0)?; in cmd_floss() localVariable
927 let command = get_arg(args, 0)?; in cmd_gatt() localVariable
1205 let command = get_arg(args, 0)?; in cmd_le_scan() localVariable
1278 let command = get_arg(args, 0)?; in cmd_advertise() localVariable
1407 let command = get_arg(args, 0)?; in cmd_sdp() localVariable
1442 let command = get_arg(args, 0)?; in cmd_socket() localVariable
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
123 void onHelp(String command, BasicShellCommandHandler parentShell); in onHelp()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DProviderExecutor.java93 public void execute(Runnable command) { in execute()
103 final Runnable command = mQueue.take(); in run() local
/packages/modules/adb/daemon/
Dshell_service_test.cpp66 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess()
74 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess()
140 for (std::string command : commands) { in TEST_F() local
152 for (const char* command : commands) { in TEST_F() local
Dabb_service.cpp43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand()
88 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
/packages/apps/SecureElement/src/com/android/se/
DChannel.java115 public byte[] transmit(byte[] command) throws IOException { in transmit()
239 private void checkCommand(byte[] command) { in checkCommand()
315 public byte[] transmit(byte[] command) throws RemoteException { in transmit()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScheduledExecutorService.java115 public void execute(Runnable command) { in execute()
120 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate()
138 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()

12345678910