HomeSort by relevance Sort by last modified time
    Searched defs:SendCommand (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /system/tpm/trunks/
tpm_simulator_handle.cc 58 void TpmSimulatorHandle::SendCommand(const std::string& command,
background_command_transceiver.cc 59 void BackgroundCommandTransceiver::SendCommand(
73 next_transceiver_->SendCommand(command, callback);
102 next_transceiver_->SendCommand(command, callback);
tpm_handle.cc 60 void TpmHandle::SendCommand(const std::string& command,
trunks_binder_proxy.cc 74 void TrunksBinderProxy::SendCommand(const std::string& command,
88 trunks_service_->SendCommand(command_proto_data, observer);
trunks_binder_service.cc 77 android::binder::Status TrunksBinderService::BinderServiceInternal::SendCommand(
89 service_->transceiver_->SendCommand(command_data, callback);
trunks_dbus_proxy.cc 57 void TrunksDBusProxy::SendCommand(const std::string& command,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothHc.h 315 EFI_BLUETOOTH_HC_SEND_COMMAND SendCommand;
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 101 self.SendCommand(SysMsg_pb2.SET_HOST_INFO,
121 self.SendCommand(SysMsg_pb2.LIST_HALS, paths=base_paths)
129 self.SendCommand(SysMsg_pb2.CHECK_DRIVER_SERVICE,
144 self.SendCommand(SysMsg_pb2.LAUNCH_DRIVER_SERVICE,
161 self.SendCommand(SysMsg_pb2.LIST_APIS)
235 self.SendCommand(SysMsg_pb2.CALL_API, arg=arg, caller_uid=caller_uid)
281 self.SendCommand(SysMsg_pb2.VTS_AGENT_COMMAND_GET_ATTRIBUTE, arg=arg)
311 self.SendCommand(
342 self.SendCommand(SysMsg_pb2.PING)
354 other args: see SendCommand
    [all...]
  /development/testrunner/
adb_interface.py 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3):
90 return self.SendCommand("shell %s" % cmd, timeout_time=timeout_time,
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
144 return self.SendCommand("install -r %s %s" % (extra_flags, apk_path))
165 output = self.SendCommand("root")
171 self.SendCommand("wait-for-device")
337 self.SendCommand("wait-for-device")
370 self.SendCommand("wait-for-device")
442 self.SendCommand("wait-for-device"
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 139 SendCommand (
159 Status = SDHostIo->SendCommand (
223 Status = SDHostIo->SendCommand (
254 Status = SDHostIo->SendCommand (
316 Status = SendCommand (
361 Status = SendCommand (
579 Status = SendCommand (
591 DEBUG((EFI_D_ERROR, "MMCCardBusWidthTest:SendCommand BUSTEST_W 0x%x\n", *(UINT32*)&(CardData->CardStatus)));
599 Status = SendCommand (
611 DEBUG((EFI_D_ERROR, "MMCCardBusWidthTest:SendCommand BUSTEST_R 0x%x\n", *(UINT32*)&(CardData->CardStatus)));
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DwEmmcDxe.c 274 SendCommand (
384 Status = SendCommand (Cmd, Argument);
499 Status = SendCommand (mDwEmmcCommand, mDwEmmcArgument);
537 Status = SendCommand (mDwEmmcCommand, mDwEmmcArgument);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwSdDxe/
DwSdDxe.c 285 SendCommand (
440 Status = SendCommand (Cmd, Argument);
597 Status = SendCommand (mDwSdCommand, mDwSdArgument);
610 Status = SendCommand (mDwSdCommand, mDwSdArgument);
654 Status = SendCommand (mDwSdCommand, mDwSdArgument);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.c 46 SendCommand,
404 SendCommand (
464 DEBUG ((EFI_D_ERROR, "SendCommand: invalid parameter \r\n"));
470 DEBUG ((EFI_D_ERROR, "SendCommand: invalid parameter \r\n"));
474 DEBUG ((EFI_D_INFO, "SendCommand: Command Index = %d \r\n", CommandIndex));
693 DEBUG ((EFI_D_ERROR, "SendCommand: invalid parameter \r\n"));
727 DEBUG ((EFI_D_ERROR, "SendCommand: Error happens \r\n"));
764 DEBUG ((EFI_D_ERROR, "SendCommand: Time out \r\n"));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 324 if (const char *buf = SendCommand(/*is_data*/ false, stack->info.module,
334 SendCommand(/*is_data*/ true, info->module, info->module_offset)) {
342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name,
347 return symbolizer_process_->SendCommand(buffer_);
362 const char *SymbolizerProcess::SendCommand(const char *command) {
sanitizer_symbolizer_posix_libcdep.cc 284 SendCommand(stack->info.module, stack->info.module_offset)) {
296 const char *SendCommand(const char *module_name, uptr module_offset) {
314 return addr2line->SendCommand(buffer);
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 97 mBaseComponent.SendCommand = SendCommand;
212 OMX_ERRORTYPE ISVComponent::SendCommand(
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,

Completed in 822 milliseconds

1 2 3 4 5