OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRemoteFeatures
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java
236
int
mRemoteFeatures
;
245
mRemoteFeatures
= AvrcpControllerConstants.BTRC_FEAT_NONE;
255
mRemoteFeatures
= AvrcpControllerConstants.BTRC_FEAT_NONE;
264
if((
mRemoteFeatures
& AvrcpControllerConstants.BTRC_FEAT_BROWSE) != 0)
270
if((
mRemoteFeatures
& AvrcpControllerConstants.BTRC_FEAT_METADATA) != 0)
AvrcpControllerService.java
229
(mAvrcpRemoteDevice.
mRemoteFeatures
== AvrcpControllerConstants.BTRC_FEAT_NONE)||
636
mAvrcpRemoteDevice.
mRemoteFeatures
= msg.arg1;
[
all
...]
Completed in 113 milliseconds