Home
last modified time | relevance | path

Searched refs:AVRC_ParsCommand (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/stack/test/
H A Dstack_avrcp_test.cc39 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
45 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
49 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
55 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
64 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
70 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
78 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
84 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
88 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
94 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_pars_tg.cc42 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand() function
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc54 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand() function
/aosp12/system/bt/stack/include/
H A Davrc_api.h688 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
/aosp12/system/bt/stack/avrc/
H A Davrc_pars_tg.cc598 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand() function
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc985 status = AVRC_ParsCommand(pmeta_msg->p_msg, &avrc_command, scratch_buf, in handle_rc_metamsg_cmd()