OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMediaPlayback
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java
44
private
BluetoothMediaPlayback
mPlayback = null;
109
* Pass it to the appropriate {@link
BluetoothMediaPlayback
} method
142
* 4. Create a new
BluetoothMediaPlayback
instance to handle all the "music playing"
158
mPlayback = new
BluetoothMediaPlayback
();
BluetoothMediaPlayback.java
51
public class
BluetoothMediaPlayback
{
56
private static final String TAG = "
BluetoothMediaPlayback
";
61
public
BluetoothMediaPlayback
() {
Completed in 94 milliseconds