Home
last modified time | relevance | path

Searched defs:rawAddress (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp951 RawAddress rawAddress; in sendPassThroughCommandNative() local
978 RawAddress rawAddress; in sendGroupNavigationCommandNative() local
1027 RawAddress rawAddress; in setPlayerApplicationSettingValuesNative() local
1053 RawAddress rawAddress; in sendAbsVolRspNative() local
1075 RawAddress rawAddress; in sendRegisterAbsVolRspNative() local
1098 RawAddress rawAddress; in getCurrentMetadataNative() local
1119 RawAddress rawAddress; in getPlaybackStateNative() local
1139 RawAddress rawAddress; in getNowPlayingListNative() local
1159 RawAddress rawAddress; in getFolderListNative() local
1179 RawAddress rawAddress; in getPlayerListNative() local
[all …]
Dcom_android_bluetooth_a2dp_sink.cpp252 RawAddress rawAddress; in setActiveDeviceNative() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAddress.java121 public static synchronized Address getEmailAddress(String rawAddress) { in getEmailAddress()