Home
last modified time | relevance | path

Searched refs:GetFolderItems (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
H A Davrcp_device_fuzz.cc25 virtual void GetFolderItems(uint16_t player_id, std::string media_id, in GetFolderItems() function in bluetooth::avrcp::FakeMediaInterface
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp.h128 virtual void GetFolderItems(uint16_t player_id, std::string media_id,
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_test_helper.h41 MOCK_METHOD3(GetFolderItems, void(uint16_t, std::string,
H A Davrcp_device_test.cc766 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
904 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
949 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
970 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
981 EXPECT_CALL(interface, GetFolderItems(_, "test_id1", _)) in TEST_F()
986 EXPECT_CALL(interface, GetFolderItems(_, "test_id3", _)) in TEST_F()
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc193 void GetFolderItems(uint16_t player_id, std::string media_id, in GetFolderItems() function in bluetooth::avrcp::MediaInterfaceWrapper
202 do_in_avrcp_jni(base::Bind(&MediaInterface::GetFolderItems, in GetFolderItems()
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc831 media_interface_->GetFolderItems( in HandleGetFolderItems()
868 media_interface_->GetFolderItems( in HandleGetTotalNumberOfItems()
952 media_interface_->GetFolderItems( in HandleChangePath()
999 media_interface_->GetFolderItems( in HandleGetItemAttributes()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp105 void GetFolderItems(uint16_t player_id, std::string media_id, in GetFolderItems() function in android::AvrcpMediaInterfaceImpl