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.cpp792 RawAddress rawAddress; in sendPassThroughCommandNative() local
820 RawAddress rawAddress; in sendGroupNavigationCommandNative() local
868 RawAddress rawAddress; in setPlayerApplicationSettingValuesNative() local
896 RawAddress rawAddress; in sendAbsVolRspNative() local
919 RawAddress rawAddress; in sendRegisterAbsVolRspNative() local
942 RawAddress rawAddress; in getCurrentMetadataNative() local
964 RawAddress rawAddress; in getPlaybackStateNative() local
985 RawAddress rawAddress; in getNowPlayingListNative() local
1007 RawAddress rawAddress; in getFolderListNative() local
1028 RawAddress rawAddress; in getPlayerListNative() local
[all …]
Dcom_android_bluetooth_a2dp_sink.cpp224 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()