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

12345678

/system/bt/bta/gatt/
H A Dbta_gattc_ci.c45 ** status - BTA_GATT_OK if full buffer of data,
51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
62 p_evt->status = status;
77 ** status - BTA_GATT_OK if full buffer of data,
84 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status,
97 p_evt->status = status;
118 ** status - BTA_GATT_OK if full buffer of data,
125 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
83 bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status, UINT16 conn_id) argument
[all...]
/system/bt/bta/hl/
H A Dbta_hl_ci.c42 ** status - BTA_MA_STATUS_OK if operation is successful
50 tBTA_HL_STATUS status,
56 APPL_TRACE_DEBUG("bta_hl_ci_get_tx_data mdl_handle=%d status=%d evt=%d\n",
57 mdl_handle, status, evt);
64 p_evt->status = status;
77 ** status - BTA_MA_STATUS_OK if operation is successful
85 tBTA_HL_STATUS status,
90 APPL_TRACE_DEBUG("bta_hl_ci_put_rx_data mdl_handle=%d status=%d evt=%d\n",
91 mdl_handle, status, ev
49 bta_hl_ci_get_tx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
84 bta_hl_ci_put_rx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
119 bta_hl_ci_get_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
154 bta_hl_ci_put_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
[all...]
/system/bt/bta/include/
H A Dbta_gattc_ci.h37 tBTA_GATT_STATUS status; member in struct:__anon387
46 tBTA_GATT_STATUS status; member in struct:__anon388
68 ** status - BTA_GATT_OK if full buffer of data,
75 tBTA_GATT_STATUS status, UINT16 conn_id);
87 ** status - BTA_GATT_OK if full buffer of data,
95 tBTA_GATT_STATUS status, UINT16 conn_id);
105 ** status - BTA_GATT_OK if full buffer of data,
112 tBTA_GATT_STATUS status, UINT16 conn_id);
H A Dbta_mce_api.h36 /* status values */
65 tBTA_MCE_STATUS status; member in struct:__anon492
74 tBTA_MCE_STATUS status; /* BTA_MCE_ENABLE_EVT */ member in union:__anon493
H A Dbta_sdp_api.h33 /* status values */
56 tBTA_SDP_STATUS status; member in struct:__anon501
65 tBTA_SDP_STATUS status; /* BTA_SDP_SEARCH_EVT */ member in union:__anon502
/system/bt/bta/mce/
H A Dbta_mce_api.c62 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
78 status = BTA_MCE_SUCCESS;
81 return(status);
H A Dbta_mce_act.c72 evt_data.status = BTA_MCE_FAILURE;
115 evt_data.status = BTA_MCE_SUCCESS;
132 tBTA_MCE_STATUS status = BTA_MCE_SUCCESS; local
134 bta_mce_cb.p_dm_cback(BTA_MCE_ENABLE_EVT, (tBTA_MCE *)&status, NULL);
153 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
160 status = BTA_MCE_BUSY;
162 bta_mce_cb.p_dm_cback(BTA_MCE_MAS_DISCOVERY_COMP_EVT, (tBTA_MCE *)&status, NULL);
180 bta_mce_cb.p_dm_cback(BTA_MCE_MAS_DISCOVERY_COMP_EVT, (tBTA_MCE *)&status, NULL);
/system/extras/tests/cpueater/
H A Ddaemonize.c35 int status = 0; local
117 waitpid(pid, &status, 0);
/system/bt/bta/sdp/
H A Dbta_sdp_api.c60 tBTA_SDP_STATUS status = BTA_SDP_FAILURE; local
77 status = BTA_SDP_SUCCESS;
80 return(status);
/system/bt/btif/src/
H A Dbtif_sm.c156 bt_status_t status = BT_STATUS_SUCCESS; local
169 return status;
187 bt_status_t status = BT_STATUS_SUCCESS; local
198 status = BT_STATUS_UNHANDLED;
205 status = BT_STATUS_UNHANDLED;
207 return status;
H A Dbtif_sock.c65 bt_status_t status = btsock_rfc_init(thread_handle); local
66 if (status != BT_STATUS_SUCCESS) {
67 LOG_ERROR("%s error initializing RFCOMM sockets: %d", __func__, status);
71 status = btsock_l2cap_init(thread_handle);
72 if (status != BT_STATUS_SUCCESS) {
73 LOG_ERROR("%s error initializing L2CAP sockets: %d", __func__, status);
84 status = btsock_sco_init(thread);
85 if (status != BT_STATUS_SUCCESS) {
86 LOG_ERROR("%s error initializing SCO sockets: %d", __func__, status);
124 bt_status_t status local
152 bt_status_t status = BT_STATUS_FAIL; local
[all...]
/system/bt/main/
H A Dbte_conf.c101 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); local
102 if (status != BTA_SUCCESS) {
103 LOG_ERROR("%s unable to set device ID record %d: error %d.", __func__, i, status);
/system/bt/stack/avrc/
H A Davrc_bld_ct.c193 tAVRC_STS status = AVRC_STS_BAD_PARAM; local
197 AVRC_TRACE_API("AVRC_BldCommand: pdu=%x status=%x", p_cmd->cmd.pdu, p_cmd->cmd.status);
214 status = AVRC_STS_NO_ERROR;
220 status = avrc_bld_next_cmd(&p_cmd->continu, p_pkt);
224 status = avrc_bld_next_cmd(&p_cmd->abort, p_pkt);
228 status = avrc_bld_set_abs_volume_cmd(&p_cmd->volume, p_pkt);
235 status=avrc_bld_vol_change_notfn(p_pkt);
241 if (alloc && (status != AVRC_STS_NO_ERROR) )
246 AVRC_TRACE_API("AVRC_BldCommand: returning %d", status);
[all...]
H A Davrc_pars_ct.c45 tAVRC_STS status = AVRC_STS_NO_ERROR; local
63 p_result->rsp.status = *p;
64 return p_result->rsp.status;
75 status = AVRC_STS_INTERNAL_ERR;
90 p_result->reg_notif.status=p_msg->hdr.ctype;
99 status = AVRC_STS_BAD_CMD;
103 return status;
118 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; local
128 status = avrc_pars_vendor_rsp(&p_msg->vendor, p_result);
132 status
[all...]
H A Davrc_pars_tg.c44 tAVRC_STS status = AVRC_STS_NO_ERROR; local
66 status = AVRC_STS_BAD_CMD;
73 status = AVRC_STS_INTERNAL_ERR;
76 if (status != AVRC_STS_NO_ERROR)
77 return status;
84 status = AVRC_STS_BAD_PARAM;
86 status = AVRC_STS_INTERNAL_ERR;
92 status = AVRC_STS_INTERNAL_ERR;
98 status = AVRC_STS_BAD_PARAM;
100 status
291 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; local
[all...]
H A Davrc_sdp.c90 static void avrc_sdp_cback(UINT16 status) argument
92 AVRC_TRACE_API("avrc_sdp_cback status: %d", status);
98 (*avrc_cb.p_cback) (status);
/system/bt/stack/btm/
H A Dbtm_ble_cont_energy.c48 UINT8 status = 0; local
57 STREAM_TO_UINT8(status, p);
63 BTM_TRACE_DEBUG("energy_info status=%d,tx_t=%ld, rx_t=%ld, ener_used=%ld, idle_t=%ld",
64 status, total_tx_time, total_rx_time, total_energy_used, total_idle_time);
68 total_energy_used, status);
81 ** Returns status
86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; local
100 if ((status = BTM_VendorSpecificCommand (HCI_BLE_ENERGY_INFO_OCF, 0, NULL,
103 BTM_TRACE_ERROR("BTM_BleGetEnergyInfo status: %d", status);
[all...]
/system/bt/stack/mcap/
H A Dmca_dact.c144 UINT8 status; local
146 /* do not need to check cong, because API already checked the status */
147 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt);
148 if (status == L2CAP_DW_CONGESTED)
/system/core/libsync/include/sync/
H A Dsync.h31 int32_t status; member in struct:sync_fence_info_data
39 int32_t status; member in struct:sync_pt_info
/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h39 * status: the equivalent child status as populated by wait(status). This
58 * 0 when logwrap successfully run the child process and captured its status
60 * -ECHILD if status is NULL and the child didn't exit properly
61 * the return value of the child if it exited properly and status is NULL
71 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
78 static inline int android_fork_execvp(int argc, char* argv[], int *status, argument
81 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
/system/core/logwrapper/
H A Dlogwrapper.c46 " fault address is set to the status of wait()\n"
56 int status = 0xAAAA; local
83 rc = android_fork_execvp_ext(argc, &argv[0], &status, true,
86 if (WIFEXITED(status))
87 rc = WEXITSTATUS(status);
93 uintptr_t fault_address = (uintptr_t) status;
94 *(int *) fault_address = 0; // causes SIGSEGV with fault_address = status
/system/extras/ext4_utils/
H A Dsetup_fs.c16 int status, n; local
56 while ((pid=waitpid(-1, &status, 0)) != child) {
/system/vold/
H A DNetlinkManager.cpp96 int status = 0; local
100 status = -1;
108 return status;
/system/bt/btif/co/
H A Dbta_gattc_co.c91 tBTA_GATT_STATUS status = BTA_GATT_OK; local
93 status = BTA_GATT_ERROR;
95 BTIF_TRACE_DEBUG("%s() - status=%d", __FUNCTION__, status);
96 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
118 tBTA_GATT_STATUS status = BTA_GATT_ERROR; local
123 status = (num_attr < BTA_GATTC_NV_LOAD_MAX ? BTA_GATT_OK : BTA_GATT_MORE);
126 BTIF_TRACE_DEBUG("%s() - sCacheFD=%p, start_index=%d, read=%d, status=%d",
127 __FUNCTION__, sCacheFD, start_index, num_attr, status);
128 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_i
150 tBTA_GATT_STATUS status = BTA_GATT_OK; local
[all...]
/system/bt/gki/common/
H A Dgki_common.h27 UINT8 status; /* FREE, UNLINKED or QUEUED */ member in struct:_buffer_hdr

Completed in 6582 milliseconds

12345678