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

  /system/bt/include/hardware/
bt_rc.h 89 } btrc_remote_features_t; typedef in typeref:enum:__anon1994
287 btrc_remote_features_t features);
  /system/bt/btif/src/
btif_rc.cc 498 btrc_remote_features_t rc_features = BTRC_FEAT_NONE;
518 rc_features = (btrc_remote_features_t)(rc_features | BTRC_FEAT_BROWSE);
525 (btrc_remote_features_t)(rc_features | BTRC_FEAT_ABSOLUTE_VOLUME);
530 rc_features = (btrc_remote_features_t)(rc_features | BTRC_FEAT_METADATA);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 62 btrc_remote_features_t features) {
    [all...]

Completed in 629 milliseconds