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

  /external/bluetooth/bluedroid/btif/include/
btif_av.h 93 ** Function btif_dispatch_sm_event
102 void btif_dispatch_sm_event(btif_av_sm_event_t event, void *p_data, int len);
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 394 btif_dispatch_sm_event(BTIF_AV_STOP_STREAM_REQ_EVT, NULL, 0);
471 btif_dispatch_sm_event(BTIF_AV_START_STREAM_REQ_EVT, NULL, 0);
497 btif_dispatch_sm_event(BTIF_AV_STOP_STREAM_REQ_EVT, NULL, 0);
504 btif_dispatch_sm_event(BTIF_AV_SUSPEND_STREAM_REQ_EVT, NULL, 0);
    [all...]
btif_av.c 925 ** Function btif_dispatch_sm_event
934 void btif_dispatch_sm_event(btif_av_sm_event_t event, void *p_data, int len) function
    [all...]

Completed in 502 milliseconds