Searched defs:status (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/system/bt/test/rootcanal/
H A Dservice.cc35 android::status_t status = bluetooth->registerAsService(); local
36 if (status == android::OK)
/system/bt/vendor_libs/linux/interface/
H A Dservice.cc35 android::status_t status = bluetooth->registerAsService(); local
36 if (status == android::OK)
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
H A DVtsHalWifiKeystoreV1_0TargetTest.cpp23 int status = RUN_ALL_TESTS(); local
24 LOG(INFO) << "Test result = " << status;
25 return status;
/system/libhidl/transport/allocator/1.0/default/
H A Dservice.cpp21 status_t status = allocator->registerAsService("ashmem"); local
23 if (android::OK != status) {
24 LOG(FATAL) << "Unable to register allocator service: " << status;
/system/nfc/src/nfc/nfc/
H A Dnfc_test.cc53 tNFC_STATUS status = NFC_STATUS_FAILED; local
58 status = nfc_ncif_send_data(p_cb, p_data);
61 if (status != NFC_STATUS_OK) GKI_freebuf(p_data);
63 return status;
/system/update_engine/update_manager/
H A Dpolicy.cc25 string ToString(EvalStatus status) { argument
26 switch (status) {
H A Dumtest_utils.cc25 void PrintTo(const EvalStatus& status, ::std::ostream* os) { argument
26 *os << ToString(status);
/system/update_engine/
H A Dupdate_status_utils.cc25 const char* UpdateStatusToString(const UpdateStatus& status) { argument
26 switch (status) {
54 UpdateStatus* status) {
56 *status = UpdateStatus::IDLE;
59 *status = UpdateStatus::CHECKING_FOR_UPDATE;
62 *status = UpdateStatus::UPDATE_AVAILABLE;
65 *status = UpdateStatus::DOWNLOADING;
68 *status = UpdateStatus::VERIFYING;
71 *status = UpdateStatus::FINALIZING;
74 *status
53 StringToUpdateStatus(const std::string& s, UpdateStatus* status) argument
[all...]
H A Dparcelable_update_engine_status_unittest.cc45 String16{chromeos_update_engine::UpdateStatusToString(ue_status.status)},
73 status_t status = source_status.writeToParcel(&parcel_source); local
74 EXPECT_EQ(::android::OK, status);
76 status = parcel_target.setData(parcel_source.data(), parcel_len);
77 EXPECT_EQ(::android::OK, status);
79 status = target_status.readFromParcel(&parcel_target);
80 EXPECT_EQ(::android::OK, status);
/system/bt/service/common/android/bluetooth/
H A Dadvertise_data.cc25 status_t status = parcel->writeByteVector(data_); local
26 return status;
30 status_t status = parcel->readByteVector(&data_); local
31 return status;
H A Dadvertise_settings.cc25 status_t status = parcel->writeInt32(mode_); local
26 if (status != OK) return status;
28 status = parcel->writeInt32(tx_power_level_);
29 if (status != OK) return status;
31 status = parcel->writeInt32(connectable_);
32 if (status != OK) return status;
34 status
40 status_t status = parcel->readInt32(&value); local
[all...]
H A Dbluetooth_gatt_characteristic.cc32 status_t status = parcel->writeInt32(handle_); local
33 if (status != OK) return status;
35 status = parcel->writeParcelable((UUID)uuid_);
36 if (status != OK) return status;
38 status = parcel->writeInt32(properties_);
39 if (status != OK) return status;
41 status
55 status_t status = parcel->readInt32(&tmp); local
[all...]
H A Dbluetooth_gatt_descriptor.cc31 status_t status = parcel->writeParcelable((UUID)uuid_); local
32 if (status != OK) return status;
34 status = parcel->writeInt32(handle_);
35 if (status != OK) return status;
37 status = parcel->writeInt32(permissions_);
38 return status;
43 status_t status = parcel->readParcelable(&uuid); local
44 if (status !
[all...]
H A Dbluetooth_gatt_included_service.cc32 status_t status = parcel->writeParcelable((UUID)uuid_); local
33 if (status != OK) return status;
35 status = parcel->writeInt32(handle_);
36 if (status != OK) return status;
38 status = parcel->writeBool(primary_);
39 return status;
44 status_t status = parcel->readParcelable(&uuid); local
45 if (status !
[all...]
H A Dbluetooth_gatt_service.cc32 status_t status = parcel->writeInt32(handle_); local
33 if (status != OK) return status;
35 status = parcel->writeBool(primary_);
36 if (status != OK) return status;
38 status = parcel->writeParcelable((UUID)uuid_);
39 if (status != OK) return status;
44 status
57 status_t status = parcel->readInt32(&tmp); local
[all...]
H A Dscan_result.cc35 status_t status = local
37 if (status != OK) return status;
39 status = parcel->writeByteVector(scan_record_);
40 if (status != OK) return status;
42 status = parcel->writeInt32(rssi_);
43 return status;
48 status_t status = parcel->readString16(&addr); local
49 if (status !
[all...]
/system/media/radio/src/
H A DRadioMetadataWrapper.cpp14 auto status = radio_metadata_allocate(mMetadata, 0, 0); local
15 if (status != 0) {
/system/nfc/src/nfa/hci/
H A Dnfa_hci_ci.cc38 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, argument
46 if ((status == NFA_STATUS_OK) && (num_bytes_read != 0))
47 p_msg->nv_read.status = NFA_STATUS_OK;
49 p_msg->nv_read.status = NFA_STATUS_FAILED;
66 void nfa_nv_ci_write(tNFA_NV_CO_STATUS status) { argument
72 p_msg->nv_write.status =
73 (status == NFA_NV_CO_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED;
/system/bt/binder/android/bluetooth/
H A Dbluetooth_device.cc31 status_t status = parcel->writeString16(String16(address.ToString().c_str())); local
32 return status;
38 status_t status = parcel->readString16(&tmp); local
39 if (status != OK) return status;
/system/bt/bta/hl/
H A Dbta_hl_ci.cc44 * status - BTA_MA_STATUS_OK if operation is successful
51 void bta_hl_ci_get_tx_data(tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, argument
57 APPL_TRACE_DEBUG("%s mdl_handle=%d status=%d evt=%d\n", __func__, mdl_handle,
58 status, evt);
63 p_evt->status = status;
76 * status - BTA_MA_STATUS_OK if operation is successful
84 tBTA_HL_STATUS status, uint16_t evt) {
89 APPL_TRACE_DEBUG("%s mdl_handle=%d status=%d evt=%d\n", __func__, mdl_handle,
90 status, ev
83 bta_hl_ci_put_rx_data(tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, uint16_t evt) argument
115 bta_hl_ci_get_echo_data(tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, uint16_t evt) argument
147 bta_hl_ci_put_echo_data(tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, uint16_t evt) argument
[all...]
/system/bt/bta/mce/
H A Dbta_mce_api.cc58 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
74 status = BTA_MCE_SUCCESS;
78 return status;
/system/bt/btif/include/
H A Dbtif_hd.h36 BTIF_HD_STATUS status; member in struct:__anon505
/system/bt/main/
H A Dbte_conf.cc97 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); local
98 if (status != BTA_SUCCESS) {
100 __func__, i, status);
/system/bt/packet/avrcp/
H A Dplay_item.h28 static std::unique_ptr<PlayItemResponseBuilder> MakeBuilder(Status status);
37 PlayItemResponseBuilder(Status status) argument
40 status_(status){};
H A Dset_addressed_player.h29 Status status);
38 SetAddressedPlayerResponseBuilder(Status status) argument
41 status_(status){};

Completed in 502 milliseconds

1234567891011>>