OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A2DP_UsesRtpHeader
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/test/
stack_a2dp_test.cc
395
EXPECT_TRUE(
A2DP_UsesRtpHeader
(true, codec_info_sbc));
396
EXPECT_TRUE(
A2DP_UsesRtpHeader
(false, codec_info_sbc));
398
EXPECT_TRUE(
A2DP_UsesRtpHeader
(true, codec_info_aac));
399
EXPECT_TRUE(
A2DP_UsesRtpHeader
(false, codec_info_aac));
401
EXPECT_TRUE(
A2DP_UsesRtpHeader
(true, codec_info_non_a2dp));
402
EXPECT_TRUE(
A2DP_UsesRtpHeader
(false, codec_info_non_a2dp));
[
all
...]
/system/bt/stack/include/
a2dp_codec_api.h
552
bool
A2DP_UsesRtpHeader
(bool content_protection_enabled,
/system/bt/stack/a2dp/
a2dp_codec_config.cc
[
all
...]
/system/bt/stack/avdt/
avdt_scb_act.cc
883
A2DP_UsesRtpHeader
(is_content_protection, p_scb->curr_cfg.codec_info);
[
all
...]
Completed in 80 milliseconds