OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAvrcpControllerService
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamingStateMachine.java
173
AvrcpControllerService avrcpService = AvrcpControllerService.
getAvrcpControllerService
();
187
AvrcpControllerService avrcpService = AvrcpControllerService.
getAvrcpControllerService
();
201
AvrcpControllerService avrcpService = AvrcpControllerService.
getAvrcpControllerService
();
225
AvrcpControllerService avrcpService = AvrcpControllerService.
getAvrcpControllerService
();
A2dpSinkStateMachine.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java
145
public static synchronized AvrcpControllerService
getAvrcpControllerService
(){
147
if (DBG) Log.d(TAG, "
getAvrcpControllerService
(): returning "
153
Log.d(TAG, "
getAvrcpControllerService
(): service is NULL");
155
Log.d(TAG,"
getAvrcpControllerService
(): service is not available");
[
all
...]
Completed in 41 milliseconds