HomeSort by relevance Sort by last modified time
    Searched defs:SendCommandAndWait (Results 1 - 8 of 8) sorted by null

  /system/tpm/trunks/
tpm_simulator_handle.cc 60 callback.Run(SendCommandAndWait(command));
63 std::string TpmSimulatorHandle::SendCommandAndWait(const std::string& command) {
background_command_transceiver.cc 77 std::string BackgroundCommandTransceiver::SendCommandAndWait(
95 return next_transceiver_->SendCommandAndWait(command);
tpm_handle.cc 62 callback.Run(SendCommandAndWait(command));
65 std::string TpmHandle::SendCommandAndWait(const std::string& command) {
trunks_binder_proxy.cc 96 std::string TrunksBinderProxy::SendCommandAndWait(const std::string& command) {
107 android::binder::Status status = trunks_service_->SendCommandAndWait(
trunks_binder_service.cc 106 TrunksBinderService::BinderServiceInternal::SendCommandAndWait(
115 CreateResponseProto(service_->transceiver_->SendCommandAndWait(command_data),
trunks_dbus_proxy.cc 79 std::string TrunksDBusProxy::SendCommandAndWait(const std::string& command) {
trunks_ftdi_spi.cc 237 std::string TrunksFtdiSpi::SendCommandAndWait(const std::string& command) {
resource_manager.cc 100 callback.Run(SendCommandAndWait(command));
103 std::string ResourceManager::SendCommandAndWait(const std::string& command) {
157 response = next_transceiver_->SendCommandAndWait(updated_command);
714 std::string response = next_transceiver_->SendCommandAndWait(updated_command);

Completed in 258 milliseconds