/system/tpm/tpm_manager/common/ |
D | tpm_nvram_interface.proto | 33 optional TpmManagerStatus status = 1; field 43 optional TpmManagerStatus status = 1; field 54 optional TpmManagerStatus status = 1; field 64 optional TpmManagerStatus status = 1; field 75 optional TpmManagerStatus status = 1; field 86 optional TpmManagerStatus status = 1; field 97 optional TpmManagerStatus status = 1; field
|
D | tpm_ownership_interface.proto | 32 optional TpmManagerStatus status = 1; field 55 optional TpmManagerStatus status = 1; field 65 optional TpmManagerStatus status = 1; field
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothLowEnergyCallback.cpp | 53 int status = data.readInt32(); in onTransact() local 59 int status = data.readInt32(); in onTransact() local 68 int status = data.readInt32(); in onTransact() local 82 int status = data.readInt32(); in onTransact() local 103 int status, int client_if) { in OnClientRegistered() 118 int status, int client_id, const char* address, bool connected) { in OnConnectionState() 136 int status, const char* address, int mtu) { in OnMtuChanged() 166 int status, bool is_start, in OnMultiAdvertiseCallback()
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cpp | 102 int status, int clientIf, const bt_uuid_t& app_uuid) { in RegisterClientCallback() 116 int status, int client_if) { in ListenCallback() 125 int status, int server_if, const bt_uuid_t& uuid) { in RegisterServerCallback() 133 int status, int server_if, const btgatt_srvc_id_t& srvc_id, in ServiceAddedCallback() 143 int status, int server_if, const bt_uuid_t& char_id, in CharacteristicAddedCallback() 154 int status, int server_if, const bt_uuid_t& descr_id, in DescriptorAddedCallback() 165 int status, int server_if, int srvc_handle) { in ServiceStartedCallback() 174 int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() 183 int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
|
/system/bt/bta/hl/ |
D | bta_hl_ci.c | 50 tBTA_HL_STATUS status, in bta_hl_ci_get_tx_data() 84 tBTA_HL_STATUS status, in bta_hl_ci_put_rx_data() 118 tBTA_HL_STATUS status, in bta_hl_ci_get_echo_data() 152 tBTA_HL_STATUS status, in bta_hl_ci_put_echo_data()
|
/system/bt/service/ |
D | low_energy_client.cpp | 40 BLEStatus GetBLEStatus(int status) { in GetBLEStatus() 343 bt_status_t status = hal::BluetoothGattInterface::Get()-> in Connect() local 370 bt_status_t status = hal::BluetoothGattInterface::Get()-> in Disconnect() local 397 bt_status_t status = hal::BluetoothGattInterface::Get()-> in SetMtu() local 423 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StartScan() local 440 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StopScan() local 488 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StartAdvertising() local 532 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StopAdvertising() local 587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in ConnectCallback() 608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback() [all …]
|
/system/tpm/attestation/common/ |
D | interface.proto | 51 optional AttestationStatus status = 1; field 68 optional AttestationStatus status = 1; field 86 optional AttestationStatus status = 1; field 98 optional AttestationStatus status = 1; field 118 optional AttestationStatus status = 1; field 135 optional AttestationStatus status = 1; field 151 optional AttestationStatus status = 1; field 162 optional AttestationStatus status = 1; field 172 optional AttestationStatus status = 1; field
|
/system/connectivity/shill/test-scripts/ |
D | connection_manager.js | 21 chromeos.connectionManager.setTransactionStatus = function(status, callback) { argument 26 chromeos.connectionManager.reportTransactionStatus_ = function(status) { argument 30 'status': status property
|
/system/update_engine/ |
D | update_status_utils.cc | 40 const char* UpdateStatusToString(const UpdateStatus& status) { in UpdateStatusToString() 68 const char* UpdateStatusToWeaveStatus(const UpdateStatus& status) { in UpdateStatusToWeaveStatus() 97 UpdateStatus* status) { in StringToUpdateStatus()
|
D | parcelable_update_engine_status.cc | 25 status_t status; in writeToParcel() local 51 status_t status; in readFromParcel() local
|
D | update_engine_client_android.cc | 88 update_engine::UpdateStatus status = in onStatusUpdate() local 158 android::status_t status = android::getService( in OnInit() local 200 Status status = service_->applyPayload( in OnInit() local 223 int UpdateEngineClientAndroid::ExitWhenIdle(const Status& status) { in ExitWhenIdle()
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.c | 44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd() local 105 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd() local 356 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand() local 390 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand() local
|
/system/bt/service/client/ |
D | main.cpp | 108 void PrintOpStatus(const std::string& op, bool status) { in PrintOpStatus() 156 void OnClientRegistered(int status, int client_id) override { in OnClientRegistered() 170 void OnConnectionState(int status, int client_id, const char* address, in OnConnectionState() 181 void OnMtuChanged(int status, const char *address, int mtu) override { in OnMtuChanged() 205 int status, bool is_start, in OnMultiAdvertiseCallback() 225 void OnClientRegistered(int status, int client_id) override { in OnClientRegistered() 243 void PrintCommandStatus(bool status) { in PrintCommandStatus() 335 bool status = bt_iface->IsMultiAdvertisementSupported(); in HandleSupportsMultiAdv() local 358 bool status = ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback()); in HandleRegisterBLE() local 414 bool status = gatt_iface->RegisterClient(new CLIGattClientCallback()); in HandleRegisterGATT() local [all …]
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 167 bt_status_t FakeSendResponse(int conn_id, int trans_id, int status, in FakeSendResponse() 257 int status, int client_if, in NotifyRegisterClientCallback() 264 int conn_id, int status, int client_if, const bt_bdaddr_t& bda) { in NotifyConnectCallback() 270 int conn_id, int status, int client_if, const bt_bdaddr_t& bda) { in NotifyDisconnectCallback() 282 int client_if, int status) { in NotifyMultiAdvEnableCallback() 288 int client_if, int status) { in NotifyMultiAdvDataCallback() 294 int client_if, int status) { in NotifyMultiAdvDisableCallback() 300 int status, int server_if, in NotifyRegisterServerCallback() 314 int status, int server_if, in NotifyServiceAddedCallback() 323 int status, int server_if, in NotifyCharacteristicAddedCallback() [all …]
|
D | bluetooth_gatt_interface.cpp | 73 void RegisterClientCallback(int status, int client_if, bt_uuid_t* app_uuid) { in RegisterClientCallback() 95 void ConnectCallback(int conn_id, int status, int client_if, bt_bdaddr_t* bda) { in ConnectCallback() 109 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback() 123 void SearchCompleteCallback(int conn_id, int status) { in SearchCompleteCallback() 133 void RegisterForNotificationCallback(int conn_id, int registered, int status, uint16_t handle) { in RegisterForNotificationCallback() 159 void WriteCharacteristicCallback(int conn_id, int status, uint16_t handle) { in WriteCharacteristicCallback() 170 void WriteDescriptorCallback(int conn_id, int status, in WriteDescriptorCallback() 182 void ListenCallback(int status, int client_if) { in ListenCallback() 190 void MtuChangedCallback(int conn_id, int status, int mtu) { in MtuChangedCallback() 201 void MultiAdvEnableCallback(int client_if, int status) { in MultiAdvEnableCallback() [all …]
|
/system/nativepower/client/ |
D | wake_lock.cc | 40 status_t status = in ~WakeLock() local 58 status_t status = power_manager->acquireWakeLock( in Init() local
|
D | power_manager_client.cc | 100 status_t status = power_manager_->goToSleep( in Suspend() local 111 status_t status = power_manager_->shutdown(false /* confirm */, in ShutDown() local 123 status_t status = power_manager_->reboot(false /* confirm */, in Reboot() local
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 397 UINT8 status; in btu_hcif_inquiry_comp_evt() local 461 UINT8 status; in btu_hcif_connection_comp_evt() local 571 UINT8 status; in btu_hcif_authentication_comp_evt() local 591 UINT8 status; in btu_hcif_rmt_name_request_comp_evt() local 615 UINT8 status; in btu_hcif_encryption_change_evt() local 653 UINT8 status; in btu_hcif_read_rmt_ext_features_comp_evt() local 692 UINT8 status; in btu_hcif_qos_setup_comp_evt() local 723 UINT8 status; in btu_hcif_esco_connection_comp_evt() local 756 UINT8 status; in btu_hcif_esco_connection_chg_evt() local 945 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 60 Status status = s->RepeatUtf8CppString(input, &reply); in ConfirmUtf8InCppStringRepeat() local 79 Status status = s->RepeatNullableUtf8CppString( in ConfirmUtf8InCppStringRepeat() local 116 Status status = s->ReverseUtf8CppStringList(input, &reversed, &repeated); in ConfirmUtf8InCppStringListReverse() local
|
D | simple_parcelable.cpp | 34 status_t status = parcel->writeString16(name_); in writeToParcel() local 43 status_t status = parcel->readString16(&name_); in readFromParcel() local
|
/system/tpm/trunks/ |
D | trunks_ftdi_spi.cc | 75 bool TrunksFtdiSpi::ReadTpmSts(uint32_t *status) { in ReadTpmSts() 79 bool TrunksFtdiSpi::WriteTpmSts(uint32_t status) { in WriteTpmSts() 151 uint32_t status; in GetBurstCount() local 158 uint32_t did_vid, status; in Init() local 217 uint32_t status; in WaitForStatus() local 234 uint32_t status; in SendCommandAndWait() local
|
/system/bt/bta/include/ |
D | bta_jv_api.h | 162 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 169 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 176 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 182 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 191 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 204 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 212 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 228 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 236 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member [all …]
|
/system/bt/stack/btm/ |
D | btm_ble_cont_energy.c | 48 UINT8 status = 0; in btm_ble_cont_energy_cmpl_cback() local 86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; in BTM_BleGetEnergyInfo() local
|
D | btm_ble_batchscan.c | 319 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports() local 363 UINT8 status = 0, subcode = 0, opcode = 0; in btm_ble_batchscan_vsc_cmpl_cback() local 506 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_storage_config() local 547 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_batchscan_param() local 588 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_enable_disable_batchscan() local 653 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleSetStorageConfig() local 728 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleEnableBatchScan() local 803 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleDisableBatchScan() local 845 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleReadScanReports() local
|
/system/bt/bta/mce/ |
D | bta_mce_act.c | 132 tBTA_MCE_STATUS status = BTA_MCE_SUCCESS; in bta_mce_enable() local 153 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; in bta_mce_get_remote_mas_instances() local
|