HomeSort by relevance Sort by last modified time
    Searched refs:MCA_SUCCESS (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/mcap/
mca_api.cc 201 * Returns MCA_SUCCESS if successful, otherwise error.
228 result = MCA_SUCCESS;
239 result = MCA_SUCCESS;
259 * Returns MCA_SUCCESS if successful, otherwise error.
272 result = MCA_SUCCESS;
302 * Returns MCA_SUCCESS if successful, otherwise error.
333 result = MCA_SUCCESS;
337 if (result != MCA_SUCCESS) mca_ccb_dealloc(p_ccb, NULL);
353 * Returns MCA_SUCCESS if successful, otherwise error.
362 result = MCA_SUCCESS;
    [all...]
mca_cact.cc 488 result = MCA_SUCCESS;
494 result = MCA_SUCCESS;
498 if (result != MCA_SUCCESS && p_dcb) {
  /system/bt/bta/hl/
bta_hl_act.cc 189 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) != MCA_SUCCESS) {
219 p_data->mca_rcv_data_evt.p_pkt) != MCA_SUCCESS) {
393 if (result != MCA_SUCCESS) {
701 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
790 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
871 MCA_SUCCESS) {
887 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
    [all...]
bta_hl_utils.cc     [all...]
bta_hl_main.cc     [all...]
  /system/bt/stack/include/
mca_api.h 42 #define MCA_SUCCESS 0 /* Function successful */
298 * Returns MCA_SUCCESS if successful, otherwise error.
314 * Returns MCA_SUCCESS if successful, otherwise error.
332 * Returns MCA_SUCCESS if successful, otherwise error.
349 * Returns MCA_SUCCESS if successful, otherwise error.
367 * Returns MCA_SUCCESS if successful, otherwise error.
386 * Returns MCA_SUCCESS if successful, otherwise error.
401 * Returns MCA_SUCCESS if successful, otherwise error.
416 * Returns MCA_SUCCESS if successful, otherwise error.
433 * Returns MCA_SUCCESS if successful, otherwise error
    [all...]

Completed in 120 milliseconds