Searched defs:status (Results 151 - 175 of 445) sorted by relevance

1234567891011>>

/system/libhidl/base/
H A DStatus.cpp93 Status Status::fromStatusT(status_t status) { argument
95 ret.setFromStatusT(status);
114 void Status::setFromStatusT(status_t status) { argument
115 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED;
116 mErrorCode = status;
149 LOG(FATAL) << "Failed HIDL return status not checked: " << description();
155 LOG(FATAL) << "Failed HIDL return status not checked: " << description();
/system/libhidl/transport/
H A DHidlBinderSupport.cpp96 status_t status = parcel.readEmbeddedBuffer( local
103 if (status != OK) {
104 return status;
132 android::status_t status = parcel.readUint32(&version); local
133 if (status != OK) {
142 status_t status = parcel.readInt32(&exception); local
143 if (status != OK) {
144 s->setFromStatusT(status);
145 return status;
153 status
189 status_t status = parcel->writeInt32(s.exceptionCode()); local
[all...]
/system/media/brillo/audio/audioservice/
H A Dbrillo_audio_client.cpp88 auto status = brillo_audio_service_->GetDevices(flag, &devices); local
89 return status.serviceSpecificErrorCode();
98 auto status = brillo_audio_service_->SetDevice(usage, config); local
99 return status.serviceSpecificErrorCode();
107 auto status = brillo_audio_service_->GetMaxVolumeSteps( local
109 return status.serviceSpecificErrorCode();
117 auto status = brillo_audio_service_->SetMaxVolumeSteps( local
119 return status.serviceSpecificErrorCode();
129 auto status = brillo_audio_service_->SetVolumeIndex( local
131 return status
141 auto status = brillo_audio_service_->GetVolumeIndex( local
152 auto status = brillo_audio_service_->GetVolumeControlStream(&stream); local
163 auto status = brillo_audio_service_->SetVolumeControlStream( local
173 auto status = brillo_audio_service_->IncrementVolume(); local
182 auto status = brillo_audio_service_->DecrementVolume(); local
[all...]
/system/netd/server/
H A DInterfaceControllerTest.cpp41 using netdutils::status::ok;
92 void expectSetProperty(const std::string& key, const std::string& val, Status status) { argument
93 EXPECT_CALL(mProperties, set(key, val)).WillOnce(Return(status));
H A DIptablesBaseTest.cpp41 int IptablesBaseTest::fake_android_fork_exec(int argc, char* argv[], int *status, bool, bool) { argument
58 if (status) {
59 *status = ret;
/system/nfc/src/nfa/dm/
H A Dnfa_dm_ndef.c172 ndef_register.status = NFA_STATUS_OK;
186 ndef_register.status = NFA_STATUS_FAILED;
354 void nfa_dm_ndef_handle_message(tNFA_STATUS status, uint8_t* p_msg_buf, argument
366 NFA_TRACE_DEBUG3("nfa_dm_ndef_handle_message status=%i, msgbuf=%08x, len=%i",
367 status, p_msg_buf, len);
369 if (status != NFA_STATUS_OK) {
406 NFA_TRACE_ERROR1("Received invalid NDEF message. NDEF status=0x%x",
/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_act.c546 ** Description Processing LLCP link status
836 tLLCP_STATUS status; local
847 status = LLCP_DisconnectReq(nfa_p2p_cb.conn_cb[xx].local_sap,
851 if (status == LLCP_STATUS_SUCCESS) {
891 tLLCP_STATUS status; local
903 status = LLCP_ConnectReq(local_sap, p_msg->api_connect.dsap, &conn_params);
910 status = LLCP_ConnectReq(local_sap, LLCP_SAP_SDP, &conn_params);
913 if (status != LLCP_STATUS_SUCCESS) {
935 tLLCP_STATUS status; local
949 status
981 tLLCP_STATUS status; local
[all...]
/system/nfc/src/nfc/include/
H A Dce_api.h57 tNFC_STATUS status; member in struct:__anon2327
62 tNFC_STATUS status; member in struct:__anon2328
69 tNFC_STATUS status; member in struct:__anon2329
75 tNFC_STATUS status; member in union:__anon2330
/system/security/keystore/
H A Dkeystore_attestation_id.cpp233 auto status = pm.getKeyAttestationApplicationId(uid, &key_attestation_id); local
234 if (!status.isOk()) {
236 status.exceptionMessage().string());
/system/tools/aidl/tests/
H A Daidl_test_client_file_descriptors.cpp108 Status status; local
119 status = s->RepeatFileDescriptor(write_fd, &return_fd);
121 if (!status.isOk()) {
139 Status status; local
152 status = s->ReverseFileDescriptorArray(array, &repeated, &reversed);
154 if (!status.isOk()) {
H A Daidl_test_service.cpp278 Status status = service->GetName(&foundName); variable
280 if (status.isOk()) {
284 return status;
/system/tpm/tpm_manager/server/
H A Dbinder_service.cc40 android::binder::Status status = client->OnCommandResponse(binder_response); local
41 if (!status.isOk()) {
43 << status.toString8();
/system/update_engine/
H A Dsideload_main.cc86 UpdateStatus status,
89 if (status_ != status && (status == UpdateStatus::DOWNLOADING ||
90 status == UpdateStatus::FINALIZING)) {
94 "ui_print Step %d/2", status == UpdateStatus::DOWNLOADING ? 1 : 2));
97 if (status_ != status || fabs(progress - progress_) > 0.005) {
101 status_ = status;
116 UpdateStatus status() { return status_; } function in class:chromeos_update_engine::__anon2678::SideloadDaemonState
120 // Report a status message in the status_stream_, if any. These messages
133 // The last status an
[all...]
H A Dupdate_engine_client_android.cc55 int ExitWhenIdle(const Status& status);
88 update_engine::UpdateStatus status = local
90 LOG(INFO) << "onStatusUpdate(" << UpdateStatusToString(status) << " ("
130 "Follow status update changes until a final state is reached. "
131 "Exit status is 0 if the update succeeded, and 1 otherwise.");
158 android::status_t status = android::getService( local
160 if (status != android::OK) {
162 << Status::fromStatusT(status).toString8();
200 Status status = service_->applyPayload( local
205 if (!status
223 ExitWhenIdle(const Status& status) argument
[all...]
/system/vold/fs/
H A DExt4.cpp76 int status; local
/system/bt/bta/ag/
H A Dbta_ag_act.cc78 tBTA_AG_STATUS status) {
84 open.status = status;
126 reg.status = BTA_AG_SUCCESS;
226 p_data->disc_result.status);
229 if (p_data->disc_result.status == SDP_SUCCESS ||
230 p_data->disc_result.status == SDP_DB_FULL) {
246 (p_data->disc_result.status == SDP_SUCCESS ||
247 p_data->disc_result.status == SDP_DB_FULL ||
248 p_data->disc_result.status
77 bta_ag_cback_open(tBTA_AG_SCB* p_scb, tBTA_AG_DATA* p_data, tBTA_AG_STATUS status) argument
505 int status; local
[all...]
H A Dbta_ag_sco.cc157 tBTM_STATUS status = local
159 APPL_TRACE_DEBUG("%s: sco close config status = %d", __func__, status);
224 tBTM_SCO_DATA_FLAG status) {
225 if (status != BTM_SCO_DATA_CORRECT) {
226 APPL_TRACE_DEBUG("%s: status %d", __func__, status);
230 bta_dm_sco_co_in_data(p_data, status);
247 tBTM_STATUS status = BTM_RemoveSco(p_scb->sco_idx); local
248 APPL_TRACE_DEBUG("%s: SCO index 0x%04x, status
223 bta_ag_sco_read_cback(uint16_t sco_inx, BT_HDR* p_data, tBTM_SCO_DATA_FLAG status) argument
428 tBTM_STATUS status = BTM_CreateSco( local
495 tBTM_STATUS status = BTM_CreateSco( local
[all...]
H A Dbta_ag_sdp.cc50 void bta_ag_sdp_cback_1(uint16_t status);
51 void bta_ag_sdp_cback_2(uint16_t status);
52 void bta_ag_sdp_cback_3(uint16_t status);
69 static void bta_ag_sdp_cback(uint16_t status, uint8_t idx) { argument
73 APPL_TRACE_DEBUG("%s status:0x%x", __func__, status);
88 p_buf->status = status;
105 void bta_ag_sdp_cback_1(uint16_t status) { bta_ag_sdp_cback(status, argument
106 bta_ag_sdp_cback_2(uint16_t status) argument
107 bta_ag_sdp_cback_3(uint16_t status) argument
[all...]
/system/bt/bta/av/
H A Dbta_av_api.cc251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { argument
257 p_buf->status = status;
/system/bt/bta/gatt/
H A Dbta_gattc_api.cc632 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; local
637 return status;
647 status = BTA_GATT_OK;
651 if (status != BTA_GATT_OK) {
661 status = BTA_GATT_OK;
666 status = BTA_GATT_NO_RESOURCES;
674 return status;
H A Dbta_gatts_act.cc55 uint8_t status);
58 uint16_t timeout, uint8_t status);
178 tBTA_GATT_STATUS status = BTA_GATT_OK; local
190 status = BTA_GATT_DUP_REG;
196 if (status == BTA_GATT_OK) {
217 status = BTA_GATT_NO_RESOURCES;
227 status = BTA_GATT_NO_RESOURCES;
230 cb_data.reg_oper.status = status;
263 tBTA_GATT_STATUS status local
374 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; local
432 tBTA_GATT_STATUS status = BTA_GATT_ERROR; local
467 tBTA_GATT_STATUS status = BTA_GATT_ERROR; local
495 tBTA_GATT_STATUS status = BTA_GATT_ERROR; local
618 bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) argument
636 bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, uint16_t interval, uint16_t latency, uint16_t timeout, uint8_t status) argument
[all...]
H A Dbta_gatts_int.h91 tBTA_GATT_STATUS status; member in struct:__anon162
/system/bt/bta/hd/
H A Dbta_hd_act.cc84 tBTA_HD_STATUS status = BTA_HD_ERROR; local
100 status = BTA_HD_OK;
106 (*bta_hd_cb.p_cback)(BTA_HD_ENABLE_EVT, (tBTA_HD*)&status);
119 tBTA_HD_STATUS status = BTA_HD_ERROR; local
136 status = BTA_HD_OK;
141 (*bta_hd_cb.p_cback)(BTA_HD_DISABLE_EVT, (tBTA_HD*)&status);
171 ret.reg_status.status = BTA_HD_ERROR;
176 ret.reg_status.status = BTA_HD_OK;
220 tBTA_HD_STATUS status = BTA_HD_OK; local
234 (*bta_hd_cb.p_cback)(BTA_HD_UNREGISTER_APP_EVT, (tBTA_HD*)&status);
[all...]
/system/bt/bta/hh/
H A Dbta_hh_act.cc69 tBTA_HH_STATUS status = BTA_HH_ERR; local
84 status = BTA_HH_OK;
98 if (status == BTA_HH_OK) {
103 (*bta_hh_cb.p_cback)(BTA_HH_ENABLE_EVT, (tBTA_HH*)&status);
155 tBTA_HH_STATUS status = BTA_HH_OK;
158 if (HID_HostDeregister() != HID_SUCCESS) status = BTA_HH_ERR;
160 bta_hh_cleanup_disable(status);
177 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; local
196 status = BTA_HH_OK;
216 status
242 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; local
303 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; local
387 tBTA_HH_STATUS status = p_data->status; local
474 tHID_STATUS status; local
[all...]
H A Dbta_hh_utils.cc370 * Returns tBTA_HH_STATUS operation status
376 tBTA_HH_STATUS status = BTA_HH_ERR; local
405 status = BTA_HH_OK;
411 return status;
425 void bta_hh_cleanup_disable(tBTA_HH_STATUS status) { argument
440 (*bta_hh_cb.p_cback)(BTA_HH_DISABLE_EVT, (tBTA_HH*)&status);

Completed in 412 milliseconds

1234567891011>>