Searched defs:status (Results 1 - 25 of 431) 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/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.c53 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/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...]
H A Dscan_settings.cc31 status_t status = parcel->writeInt32(mode_); local
32 if (status != OK) return status;
34 status = parcel->writeInt32(callback_type_);
35 if (status != OK) return status;
37 status = parcel->writeInt32(result_type_);
38 if (status != OK) return status;
40 status
52 status_t status = parcel->readInt32(&value); local
[all...]
H A Duuid.cc50 status_t status = parcel->writeUint64(most_sig_bits); local
51 if (status != OK) return status;
53 status = parcel->writeUint64(least_sig_bits);
54 return status;
61 status_t status = parcel->readUint64(&most_sig_bits); local
62 if (status != OK) return status;
64 status = parcel->readUint64(&least_sig_bits);
65 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/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci_ci.c42 void nfc_hal_nv_ci_read(uint16_t num_bytes_read, tNFC_HAL_NV_CO_STATUS status, argument
54 if ((status == NFC_HAL_NV_CO_OK) && (num_bytes_read != 0))
55 p_msg->nv_read.status = HAL_NFC_STATUS_OK;
57 p_msg->nv_read.status = HAL_NFC_STATUS_FAILED;
75 void nfc_hal_nv_ci_write(tNFC_HAL_NV_CO_STATUS status) { argument
84 p_msg->nv_write.status = HAL_NFC_STATUS_OK;
/system/nfc/src/nfa/hci/
H A Dnfa_hci_ci.c39 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, argument
47 if ((status == NFA_STATUS_OK) && (num_bytes_read != 0))
48 p_msg->nv_read.status = NFA_STATUS_OK;
50 p_msg->nv_read.status = NFA_STATUS_FAILED;
67 void nfa_nv_ci_write(tNFA_NV_CO_STATUS status) { argument
73 p_msg->nv_write.status = 0;
/system/nfc/src/nfa/include/
H A Dnfa_nv_ci.h36 tNFA_NV_CO_STATUS status; member in struct:__anon2086
44 tNFA_NV_CO_STATUS status; member in struct:__anon2087
66 ** Parameters status - NFA_NV_CO_OK, NFA_NV_CO_NOSPACE, or NFA_NV_CO_FAIL
73 extern void nfa_nv_ci_write(tNFA_NV_CO_STATUS status);
86 ** status - NFA_NV_CO_OK if full buffer of data,
95 extern void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status,
/system/update_engine/
H A Dparcelable_update_engine_status.cc25 status_t status; local
27 status = parcel->writeInt64(last_checked_time_);
28 if (status != OK) {
29 return status;
32 status = parcel->writeDouble(progress_);
33 if (status != OK) {
34 return status;
37 status = parcel->writeString16(current_operation_);
38 if (status != OK) {
39 return status;
51 status_t status; local
[all...]
/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/bta/test/
H A Dbta_hf_client_test.cc39 // the status of the blocks
42 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); local
45 EXPECT_EQ(true, status);
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); local
55 EXPECT_EQ(true, status);
60 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
63 EXPECT_EQ(false, status);
69 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first); local
72 EXPECT_EQ(true, status);
78 status
[all...]
/system/bt/btif/include/
H A Dbtif_hd.h36 BTIF_HD_STATUS status; member in struct:__anon568
/system/bt/main/
H A Dbte_conf.cc91 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); local
92 if (status != BTA_SUCCESS) {
94 __func__, i, status);

Completed in 453 milliseconds

1234567891011>>