/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 110 void DualModeController::ForwardToLm(CommandView command) { in ForwardToLm() 115 void DualModeController::ForwardToLl(CommandView command) { in ForwardToLl() 287 void DualModeController::Reset(CommandView command) { in Reset() 300 void DualModeController::ReadBufferSize(CommandView command) { in ReadBufferSize() 312 void DualModeController::ReadFailedContactCounter(CommandView command) { in ReadFailedContactCounter() 329 void DualModeController::ResetFailedContactCounter(CommandView command) { in ResetFailedContactCounter() 345 void DualModeController::ReadRssi(CommandView command) { in ReadRssi() 360 void DualModeController::ReadEncryptionKeySize(CommandView command) { in ReadEncryptionKeySize() 372 void DualModeController::HostBufferSize(CommandView command) { in HostBufferSize() 382 void DualModeController::ReadLocalVersionInformation(CommandView command) { in ReadLocalVersionInformation() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/ |
D | StructGenNlMsgHdr.java | 33 public final short command; // byte field in StructGenNlMsgHdr 37 public StructGenNlMsgHdr(short command) { in StructGenNlMsgHdr() 43 private StructGenNlMsgHdr(short command, byte version, short reserved) { in StructGenNlMsgHdr() 58 short command = (short) (byteBuffer.get() & 0xFF); in parse() local
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | path_object.h | 50 Command command; variable 56 : command(command), x(x), y(y), is_closed(is_closed) {} in command() argument
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_interface.h | 140 std::unique_ptr<T> command, in EnqueueCommand() 146 std::unique_ptr<T> command, in EnqueueCommand() 151 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
|
D | le_address_manager.cc | 351 void LeAddressManager::push_command(Command command) { in push_command() 411 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate() local 468 Command command = {CommandType::UPDATE_IRK, update_irk_command}; in prepare_to_update_irk() local 477 void LeAddressManager::update_irk(UpdateIRKCommand command) { in update_irk() 618 auto command = std::move(cached_commands_.front()); in handle_next_command() local 622 [this](auto&& command) { in handle_next_command() 641 Command command = {CommandType::ADD_DEVICE_TO_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList() local 661 Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, in AddDeviceToResolvingList() local 668 Command command = {CommandType::LE_SET_PRIVACY_MODE, HCICommand{std::move(packet_builder)}}; in AddDeviceToResolvingList() local 689 Command command = {CommandType::REMOVE_DEVICE_FROM_ACCEPT_LIST, in RemoveDeviceFromFilterAcceptList() local [all …]
|
D | remote_name_request_test.cc | 135 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 205 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 431 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 512 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 557 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 590 auto command = test_hci_layer_->GetCommand(); in TEST_F() local 624 auto command = test_hci_layer_->GetCommand(); in TEST_F() local
|
/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/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/ |
D | NoOpShellCommandTest.java | 31 NoOpShellCommand command = in test_success() local 46 NoOpShellCommand command = in test_getCommandName() local 56 NoOpShellCommand command = in test_getCommandHelp() local
|
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/ |
D | pcap_filter.cc | 69 auto command = CommandView::Create(create_packet_view(packet)); in FilterHciCommand() local 205 std::vector<uint8_t> PcapFilter::FilterWriteLocalName(CommandView& command) { in FilterWriteLocalName() 214 std::vector<uint8_t> PcapFilter::FilterWriteExtendedInquiryResponse(CommandView& command) { in FilterWriteExtendedInquiryResponse() 226 std::vector<uint8_t> PcapFilter::FilterLeSetAdvertisingData(CommandView& command) { in FilterLeSetAdvertisingData() 236 std::vector<uint8_t> PcapFilter::FilterLeSetScanResponseData(CommandView& command) { in FilterLeSetScanResponseData() 246 std::vector<uint8_t> PcapFilter::FilterLeSetExtendedAdvertisingData(CommandView& command) { in FilterLeSetExtendedAdvertisingData() 260 std::vector<uint8_t> PcapFilter::FilterLeSetExtendedScanResponseData(CommandView& command) { in FilterLeSetExtendedScanResponseData() 275 bluetooth::hci::CommandView& command) { in FilterLeSetPeriodicAdvertisingData()
|
/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/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 129 T CreateAclCommandView(hci::CommandView command) { in CreateAclCommandView() 134 T CreateLeConnectionManagementCommandView(hci::CommandView command) { in CreateLeConnectionManagementCommandView() 139 T CreateLeSecurityCommandView(hci::CommandView command) { in CreateLeSecurityCommandView() 464 auto command = LeEnhancedConnectionCompleteBuilder::Create( in SetUp() local 948 auto command = in TEST_F() local 958 auto command = in TEST_F() local 972 auto command = in TEST_F() local 1022 auto command = in TEST_F() local 1032 auto command = in TEST_F() local 1046 auto command = CreateLeSecurityCommandView<LeSetPrivacyModeView>(hci_layer_->GetCommand()); in TEST_F() local [all …]
|
D | le_acl_connection_test.cc | 67 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand() 80 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand() 110 auto command = DequeueCommand(); in DequeueCommandBytes() local 189 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F() local 214 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F() local
|
/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/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/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/modules/Virtualization/tests/ComposBenchmarkApp/src/java/com/android/compos/benchmark/ |
D | ComposBenchmark.java | 79 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 161 final String command = "logcat -d -e dex2oat"; in getLatestDex2oatSuccessTime() local 199 private String executeCommand(String command) { in executeCommand()
|
/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/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/adb/daemon/ |
D | shell_service_test.cpp | 66 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
|
D | abb_service.cpp | 40 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() 87 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 538 let command = get_arg(args, 0)?; in cmd_adapter() localVariable 699 let command = get_arg(args, 0)?; in cmd_discovery() localVariable 719 let command = get_arg(args, 0)?; in cmd_battery() localVariable 790 let command = get_arg(args, 0)?; in cmd_bond() localVariable 849 let command = &get_arg(args, 0)?; in cmd_device() localVariable 1080 let command = get_arg(args, 0)?; in cmd_floss() localVariable 1108 let command = get_arg(args, 0)?; in cmd_gatt() localVariable 1563 let command = get_arg(args, 0)?; in cmd_le_scan() localVariable 1636 let command = get_arg(args, 0)?; in cmd_advertise() localVariable 1760 let command = get_arg(args, 0)?; in cmd_sdp() localVariable [all …]
|
/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()
|