HomeSort by relevance Sort by last modified time
    Searched refs:SetBrowsedPlayer (Results 1 - 6 of 6) sorted by null

  /system/bt/include/hardware/avrcp/
avrcp.h 131 virtual void SetBrowsedPlayer(uint16_t player_id,
  /system/bt/profile/avrcp/tests/
avrcp_test_helper.h 43 MOCK_METHOD2(SetBrowsedPlayer,
  /system/bt/btif/avrcp/
avrcp_service.cc 204 void SetBrowsedPlayer(uint16_t player_id,
213 do_in_avrcp_jni(base::Bind(&MediaInterface::SetBrowsedPlayer,
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 120 private final SetBrowsedPlayer mSetBrowsedPlayer;
158 mSetBrowsedPlayer = new SetBrowsedPlayer();
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 50 static void setBrowsedPlayer(uint16_t player_id, SetBrowsedPlayerCb);
101 void SetBrowsedPlayer(uint16_t player_id,
103 setBrowsedPlayer(player_id, browse_cb);
186 method_setBrowsedPlayer = env->GetMethodID(clazz, "setBrowsedPlayer", "(I)V");
600 static void setBrowsedPlayer(uint16_t player_id, SetBrowsedPlayerCb cb) {
  /system/bt/profile/avrcp/
device.cc     [all...]

Completed in 154 milliseconds