Searched defs:results (Results 1 - 5 of 5) sorted by relevance
/system/bt/stack/gap/ |
H A D | gap_int.h | 33 tGAP_CALLBACK *gap_inq_rslt_cback; /* Used for inquiry results */ 44 tGAP_FINDADDR_RESULTS results; member in struct:__anon852
|
/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 168 : KeymasterResponse(ver), results(NULL), results_length(0) {} 169 ~SupportedResponse() { delete[] results; } 174 delete[] results; 176 results = dup_array(arr, n); 177 if (results == NULL) { 189 return append_uint32_array_to_buf(buf, end, results, results_length); 192 delete[] results; 193 results = NULL; 197 results = tmp.release(); 201 T* results; member in struct:keymaster::SupportedResponse [all...] |
/system/bt/stack/btm/ |
H A D | btm_acl.c | 1939 ** The address of link policy results are returned in the callback. 2038 ** TX power of the connection. The tx power level results 2105 tBTM_TX_POWER_RESULTS results; local 2117 STREAM_TO_UINT8 (results.hci_status, p); 2119 if (results.hci_status == HCI_SUCCESS) 2121 results.status = BTM_SUCCESS; 2126 STREAM_TO_UINT8 (results.tx_power, p); 2133 memcpy (results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN); 2141 STREAM_TO_UINT8 (results.tx_power, p); 2142 memcpy(results 2168 tBTM_RSSI_RESULTS results; local 2222 tBTM_LINK_QUALITY_RESULTS results; local [all...] |
H A D | btm_inq.c | 447 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS) 499 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ 879 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ 1453 (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN))) 1544 if ((p_ent->in_use) && (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN))) 1575 memcpy (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN); 1591 memcpy (p_old->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN); 1664 /* Filter the inquiry results for the specified condition type and value */ 1838 ** Description This function is called when inquiry results are received from 1872 /* Only process the results i 2433 tBTM_INQ_TXPWR_RESULTS results; local [all...] |
/system/bt/stack/include/ |
H A D | btm_api.h | 220 /* Define inquiry results mode */ 599 ** is returned in the results callback if registered. 627 tBTM_INQ_RESULTS results; member in struct:__anon988 631 required to be done. Having the flag here avoid duplicate store of inquiry results */ 646 UINT8 num_resp; /* Number of results from the current inquiry */ 679 ** First param is inquiry results database, second is pointer of EIR. 2219 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS) 2768 ** The address of link policy results are returned in the callback. 2785 ** TX power of the connection. The TX power level results 3732 ** the results [all...] |
Completed in 272 milliseconds