Searched defs:mac (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java35 public MacAuthenticatedInputStream(InputStream in, Mac mac) { argument
38 mMac = mac;
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcess.h27 void mac(int32_t& l, int32_t& r, TC coef, const int16_t* samples) function in namespace:android
36 void mac(int32_t& l, TC coef, const int16_t* samples) function in namespace:android
44 void mac(float& l, float& r, TC coef, const float* samples) function in namespace:android
52 void mac(float& l, TC coef, const float* samples) function in namespace:android
89 mac(value, coef, data++);
200 // for (int j = 0; j < CHANNELS; ++j) mac(accum[j], c, sP + j);
208 // for (int j = 0; j < CHANNELS; ++j) mac(accum[j], c, sN + j);
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
234 mac(
[all...]
/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java125 public CryptoObject(Mac mac) { argument
126 mMac = mac;
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java121 public CryptoObject(Mac mac) { argument
122 mMac = mac;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
694 * [in] mac Result of MAC operation
697 * [out] mac Result of operation
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
721 mac = armSatAdd_S32(mac,result);
723 return mac;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
694 * [in] mac Result of MAC operation
697 * [out] mac Result of operation
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
721 mac = armSatAdd_S32(mac,result);
723 return mac;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
694 * [in] mac Result of MAC operation
697 * [out] mac Result of operation
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
721 mac = armSatAdd_S32(mac,result);
723 return mac;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java444 long mac = 0;
449 mac = (mac << 4) | nibble;
456 return mac;
605 public static String toMACString(long mac) { argument
614 sb.append(String.format("%02x", (mac >>> (n * Byte.SIZE)) & BYTE_MASK));
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java214 public CryptoObject(@NonNull Mac mac) { argument
215 mCrypto = mac;
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java611 public static String macToString(byte[] mac) { argument
614 for (int i = 0; i < mac.length; i++) {
615 String hexString = "0" + Integer.toHexString(mac[i]);
621 if (i != (mac.length - 1)) {
1125 byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr,
1129 transactionId, (short) 0, broadcast, serverIpAddr, INADDR_ANY, clientIpAddr, mac);
1145 byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr,
1149 transactionId, (short) 0, broadcast, serverIpAddr, INADDR_ANY, clientIpAddr, mac);
1164 Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac) {
1166 serverIpAddr, serverIpAddr, serverIpAddr, mac);
1123 buildOfferPacket(int encap, int transactionId, boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr, List<Inet4Address> gateways, List<Inet4Address> dnsServers, Inet4Address dhcpServerIdentifier, String domainName) argument
1143 buildAckPacket(int encap, int transactionId, boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr, List<Inet4Address> gateways, List<Inet4Address> dnsServers, Inet4Address dhcpServerIdentifier, String domainName) argument
1163 buildNakPacket(int encap, int transactionId, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac) argument
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1422 char mac[32]; local
1423 sprintf(mac, "%02x:%02x:%02x:%02x:%02x:%02x", addr[0], addr[1], addr[2], addr[3], addr[4],
1426 JNIObject<jstring> mac_address = helper.newStringUTF(mac);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 425 milliseconds