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.cpp815 RawAddress rawAddress; in sendPassThroughCommandNative() local
844 RawAddress rawAddress; in sendGroupNavigationCommandNative() local
893 RawAddress rawAddress; in setPlayerApplicationSettingValuesNative() local
920 RawAddress rawAddress; in sendAbsVolRspNative() local
943 RawAddress rawAddress; in sendRegisterAbsVolRspNative() local
967 RawAddress rawAddress; in getCurrentMetadataNative() local
990 RawAddress rawAddress; in getPlaybackStateNative() local
1012 RawAddress rawAddress; in getNowPlayingListNative() local
1034 RawAddress rawAddress; in getFolderListNative() local
1055 RawAddress rawAddress; in getPlayerListNative() local
[all …]
Dcom_android_bluetooth_a2dp_sink.cpp239 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()