OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvrcpControllerService
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamingStateMachine.java
28
import com.android.bluetooth.avrcp.
AvrcpControllerService
;
173
AvrcpControllerService
avrcpService =
AvrcpControllerService
.getAvrcpControllerService();
187
AvrcpControllerService
avrcpService =
AvrcpControllerService
.getAvrcpControllerService();
201
AvrcpControllerService
avrcpService =
AvrcpControllerService
.getAvrcpControllerService();
225
AvrcpControllerService
avrcpService =
AvrcpControllerService
.getAvrcpControllerService();
A2dpSinkStateMachine.java
56
import com.android.bluetooth.avrcp.
AvrcpControllerService
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java
34
import com.android.bluetooth.avrcp.
AvrcpControllerService
;
63
AvrcpControllerService
.class,
134
} else if (profile ==
AvrcpControllerService
.class) {
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java
50
public class
AvrcpControllerService
extends ProfileService {
53
private static final String TAG = "
AvrcpControllerService
";
64
private static
AvrcpControllerService
sAvrcpControllerService;
74
public
AvrcpControllerService
() {
145
public static synchronized
AvrcpControllerService
getAvrcpControllerService(){
161
private static synchronized void setAvrcpControllerService(
AvrcpControllerService
instance) {
385
private
AvrcpControllerService
mService;
387
private
AvrcpControllerService
getService() {
399
BluetoothAvrcpControllerBinder(
AvrcpControllerService
svc) {
409
AvrcpControllerService
service = getService()
[
all
...]
Completed in 304 milliseconds