Home
last modified time | relevance | path

Searched refs:scratch_buf (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/test/
Dstack_avrcp_test.cc30 uint8_t scratch_buf[512]{}; in TEST_F() local
38 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
44 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
48 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
54 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
63 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
69 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
77 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
83 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
87 EXPECT_EQ(AVRC_ParsCommand(&msg, &result, scratch_buf, sizeof(scratch_buf)), in TEST_F()
[all …]
/system/nfc/src/nfa/include/
Dnfa_dta_int.h250 uint8_t scratch_buf[NFA_DTA_SCRATCH_BUF_SIZE]; member
/system/bt/btif/src/
Dbtif_rc.cc935 uint8_t scratch_buf[512] = {0}; in handle_rc_metamsg_cmd() local
986 status = AVRC_ParsCommand(pmeta_msg->p_msg, &avrc_command, scratch_buf, in handle_rc_metamsg_cmd()
987 sizeof(scratch_buf)); in handle_rc_metamsg_cmd()
2707 uint8_t scratch_buf[512] = {0}; in handle_rc_metamsg_rsp() local
2717 status = AVRC_ParsResponse(pmeta_msg->p_msg, &avrc_response, scratch_buf, in handle_rc_metamsg_rsp()
2718 sizeof(scratch_buf)); in handle_rc_metamsg_rsp()
4331 uint8_t scratch_buf[512] = {0}; // this variable is unused in handle_avk_rc_metamsg_rsp() local
4338 status = AVRC_Ctrl_ParsResponse(pmeta_msg->p_msg, &avrc_response, scratch_buf, in handle_avk_rc_metamsg_rsp()