/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 322 void DualModeController::SniffSubrating(CommandView command) { in DualModeController() 489 void DualModeController::Reset(CommandView command) { in DualModeController() 501 void DualModeController::ReadBufferSize(CommandView command) { in DualModeController() 512 void DualModeController::ReadEncryptionKeySize(CommandView command) { in DualModeController() 523 void DualModeController::HostBufferSize(CommandView command) { in DualModeController() 530 void DualModeController::ReadLocalVersionInformation(CommandView command) { in DualModeController() 546 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in DualModeController() 560 void DualModeController::ReadBdAddr(CommandView command) { in DualModeController() 567 void DualModeController::ReadLocalSupportedCommands(CommandView command) { in DualModeController() 574 void DualModeController::ReadLocalSupportedFeatures(CommandView command) { in DualModeController() [all …]
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager.cc | 243 void LeAddressManager::push_command(Command command) { in push_command() 300 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate() local 341 Command command = {CommandType::UPDATE_IRK, update_irk_command}; in prepare_to_update_irk() local 350 void LeAddressManager::update_irk(UpdateIRKCommand command) { in update_irk() 437 auto command = std::move(cached_commands_.front()); in handle_next_command() local 441 [this](auto&& command) { in handle_next_command() 459 …Command command = {CommandType::ADD_DEVICE_TO_CONNECT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList() local 475 …Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, HCICommand{std::move(packet_builder)… in AddDeviceToResolvingList() local 481 Command command = {CommandType::LE_SET_PRIVACY_MODE, HCICommand{std::move(packet_builder)}}; in AddDeviceToResolvingList() local 500 …Command command = {CommandType::REMOVE_DEVICE_FROM_CONNECT_LIST, HCICommand{std::move(packet_build… in RemoveDeviceFromFilterAcceptList() local [all …]
|
D | hci_layer.h | 137 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand() 142 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
|
D | acl_manager_unittest.cc | 133 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 447 auto command = test_hci_layer_->GetLastOutgoingCommand(); in SetUp() local 779 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local 796 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local 809 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local 851 auto command = test_hci_layer_->GetLastOutgoingCommand(); in TEST_F() local [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TestCommandReceiver.java | 37 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/ |
D | Session2CommandGroup.java | 86 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/ |
D | ContactsExecutors.java | 111 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/ |
D | fuzz_hci_layer.h | 35 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/Wifi/service/java/com/android/server/wifi/hotspot2/soap/command/ |
D | BrowserUri.java | 33 private BrowserUri(PropertyInfo command) { in BrowserUri() 43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
|
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | ClientInterfaceTest.cc | 134 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/hci/acl_manager/ |
D | le_impl_test.cc | 240 …std::unique_ptr<T> command, common::ContextualOnceCallback<void(CommandCompleteView)> on_complete)… in EnqueueCommand() 245 …std::unique_ptr<T> command, common::ContextualOnceCallback<void(CommandStatusView)> on_status) ove… in EnqueueCommand() 252 std::unique_ptr<CommandBuilder> command, in EnqueueCommand() 265 std::unique_ptr<CommandBuilder> command, in EnqueueCommand() 286 auto command = DequeueCommand(); in DequeueCommandBytes() local 585 auto command = LeEnhancedConnectionCompleteBuilder::Create( in SetUp() local 1094 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local 1104 …auto command = CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->DequeueComm… in TEST_F() local 1117 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local 1166 …auto command = CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCo… in TEST_F() local [all …]
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | fake_hci_layer.h | 55 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/ |
D | TestExecutorService.java | 203 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/apps/Camera2/src/com/android/camera/one/v2/commands/ |
D | CameraCommandExecutor.java | 44 public CommandRunnable(CameraCommand command) { in CommandRunnable() 100 public Future<?> execute(CameraCommand command) { in execute()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ProviderExecutor.java | 93 public void execute(Runnable command) { in execute() 103 final Runnable command = mQueue.take(); in run() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 41 public void register(String command, DelegatedShellCommand shellCommand) { in register() 123 void onHelp(String command, BasicShellCommandHandler parentShell); in onHelp()
|
/packages/modules/adb/daemon/ |
D | abb_service.cpp | 43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() 88 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
|
D | shell_service_test.cpp | 63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 71 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess() 212 for (std::string command : commands) { in TEST_F() local 224 for (const char* command : commands) { in TEST_F() local
|
/packages/apps/SecureElement/src/com/android/se/ |
D | Channel.java | 115 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/ |
D | TestScheduledExecutorService.java | 115 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()
|
/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
D | UserCache.java | 66 public SafeCloseable addUserChangeListener(Runnable command) { in addUserChangeListener() 95 private void removeUserChangeListener(Runnable command) { in removeUserChangeListener()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | RequestPinItemTest.java | 98 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview() local 121 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut() local
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 331 public List<ImapResponse> executeSimpleCommand(String command) in executeSimpleCommand() 347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() 355 public String sendCommand(String command, boolean sensitive) in sendCommand()
|
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/ |
D | fuzz_l2cap.cc | 41 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand() 45 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand()
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | Obd2FreezeFrameGenerator.java | 133 FreezeFrameCommand<Integer> command = in generate() local 155 FreezeFrameCommand<Float> command = in generate() local
|