OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_av
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_media.h
239
BOOLEAN btif_a2dp_on_started(tBTA_AV_START *
p_av
, BOOLEAN pending_start);
242
void btif_a2dp_on_stopped(tBTA_AV_SUSPEND *
p_av
);
244
void btif_a2dp_on_suspended(tBTA_AV_SUSPEND *
p_av
);
/external/bluetooth/bluedroid/btif/src/
btif_av.c
457
tBTA_AV *
p_av
= (tBTA_AV*)p_data;
local
463
(
p_av
->remote_cmd.rc_id == BTA_AV_RC_PLAY) )
489
p_av
->start.status,
p_av
->start.suspending,
p_av
->start.initiator);
491
if ((
p_av
->start.status == BTA_SUCCESS) && (
p_av
->start.suspending == TRUE))
494
if (btif_a2dp_on_started(&
p_av
->start,
501
if (
p_av
->start.status != BTA_AV_SUCCESS)
540
(
p_av
->reconfig.status == BTA_AV_SUCCESS)
575
tBTA_AV *
p_av
= (tBTA_AV*)p_data;
local
[
all
...]
btif_media_task.c
847
BOOLEAN btif_a2dp_on_started(tBTA_AV_START *
p_av
, BOOLEAN pending_start)
854
if (
p_av
== NULL)
861
if (
p_av
->status == BTA_AV_SUCCESS)
863
if (
p_av
->suspending == FALSE)
865
if (
p_av
->initiator)
919
void btif_a2dp_on_stopped(tBTA_AV_SUSPEND *
p_av
)
924
if (
p_av
!= NULL)
926
if (
p_av
->status != BTA_AV_SUCCESS)
928
APPL_TRACE_EVENT1("AV STOP FAILED (%d)",
p_av
->status);
930
if (
p_av
->initiator
[
all
...]
Completed in 48 milliseconds