Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp953 RawAddress rawAddress; in sendPassThroughCommandNative() local
980 RawAddress rawAddress; in sendGroupNavigationCommandNative() local
1029 RawAddress rawAddress; in setPlayerApplicationSettingValuesNative() local
1055 RawAddress rawAddress; in sendAbsVolRspNative() local
1077 RawAddress rawAddress; in sendRegisterAbsVolRspNative() local
1100 RawAddress rawAddress; in getCurrentMetadataNative() local
1121 RawAddress rawAddress; in getPlaybackStateNative() local
1141 RawAddress rawAddress; in getNowPlayingListNative() local
1161 RawAddress rawAddress; in getFolderListNative() local
1181 RawAddress rawAddress; in getPlayerListNative() local
[all …]
H A Dcom_android_bluetooth_a2dp_sink.cpp235 RawAddress rawAddress; in setActiveDeviceNative() local
/aosp12/system/netd/server/
H A DNetdConstants.cpp114 void *rawAddress; in parsePrefix() local
H A DRouteController.cpp357 uint8_t rawAddress[sizeof(in6_addr)]; in modifyIpRoute() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DAddress.java121 public static synchronized Address getEmailAddress(String rawAddress) { in getEmailAddress()