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 389 btif_dispatch_sm_event(BTIF_AV_STOP_STREAM_REQ_EVT, NULL, 0);
466 btif_dispatch_sm_event(BTIF_AV_START_STREAM_REQ_EVT, NULL, 0);
492 btif_dispatch_sm_event(BTIF_AV_STOP_STREAM_REQ_EVT, NULL, 0);
499 btif_dispatch_sm_event(BTIF_AV_SUSPEND_STREAM_REQ_EVT, NULL, 0);
    [all...]
btif_av.c 940 ** Function btif_dispatch_sm_event
949 void btif_dispatch_sm_event(btif_av_sm_event_t event, void *p_data, int len) function
    [all...]

Completed in 230 milliseconds