HomeSort by relevance Sort by last modified time
    Searched defs:switch_res (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/av/
bta_av_aact.cc 767 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; local
785 switch_res = BTA_AV_RS_DONE;
789 switch_res = BTA_AV_RS_FAIL;
792 if (switch_res != BTA_AV_RS_NONE) {
798 p_buf->switch_res = switch_res;
862 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE;
    [all...]
bta_av_int.h 231 tBTA_AV_RS_RES switch_res; member in struct:__anon112784

Completed in 268 milliseconds