Searched defs:ip (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DNetworkUpdateResult.java33 public NetworkUpdateResult(boolean ip, boolean proxy) { argument
35 ipChanged = ip;
47 public void setIpChanged(boolean ip) { argument
48 ipChanged = ip;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp385 Word16 i, j, nf, ip;
434 ip = 0; // indicator for f1 or f2
509 if (ip == 0)
511 ip = 1;
516 ip = 0;
570 register Word16 ip; local
628 ip = 0; /* indicator for f1 or f2 */
704 if (ip == 0)
706 ip = 1;
711 ip
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c66 Word32 i, j, nf, ip, order; local
109 ip = 0; /* indicator for f1 or f2 */
167 if (ip == 0)
169 ip = 1;
174 ip = 0;
/frameworks/rs/driver/
H A DrsdIntrinsicColorMatrix.cpp29 short ip[16]; member in struct:ConvolveParams
41 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
44 if ((cp->ip[3] == 0) && (cp->ip[7] == 0) && (cp->ip[11] == 0) &&
45 (cp->ip[12] == 0) && (cp->ip[13] == 0) && (cp->ip[14] == 0) &&
46 (cp->ip[15] == 255)) {
49 if ((cp->ip[
[all...]
H A DrsdIntrinsicConvolve3x3.cpp29 short ip[16]; member in struct:ConvolveParams
47 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
107 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->ip, len);
133 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
H A DrsdIntrinsicBlur.cpp29 short ip[104]; member in struct:ConvolveParams
72 cp->ip[r + cp->iradius] = (short)(cp->ip[r + cp->iradius] * 32768);
H A DrsdIntrinsicConvolve5x5.cpp29 short ip[28]; member in struct:ConvolveParams
47 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
137 rsdIntrinsicConvolve5x5_K(out, py0+x1-2, py1+x1-2, py2+x1-2, py3+x1-2, py4+x1-2, cp->ip, len);
162 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicColorMatrix.cpp29 short ip[16]; member in struct:ConvolveParams
41 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
44 if ((cp->ip[3] == 0) && (cp->ip[7] == 0) && (cp->ip[11] == 0) &&
45 (cp->ip[12] == 0) && (cp->ip[13] == 0) && (cp->ip[14] == 0) &&
46 (cp->ip[15] == 255)) {
49 if ((cp->ip[
[all...]
H A DrsdIntrinsicConvolve3x3.cpp29 short ip[16]; member in struct:ConvolveParams
47 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
102 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->ip, len);
128 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
H A DrsdIntrinsicBlur.cpp29 short ip[104]; member in struct:ConvolveParams
70 cp->ip[r + cp->iradius] = (short)(cp->ip[r + cp->iradius] * 32768);
H A DrsdIntrinsicConvolve5x5.cpp29 short ip[28]; member in struct:ConvolveParams
47 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
133 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
158 cp->ip[ct] = (short)(cp->fp[ct] * 255.f + 0.5f);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java160 String ip, int port) throws ParseException,
162 SipURI contactURI = (ip == null)
166 ip, port);
186 String ip, int port) throws ParseException {
187 SipURI uri = mAddressFactory.createSipURI(username, ip);
159 createContactHeader(SipProfile profile, String ip, int port) argument
185 createSipUri(String username, String transport, String ip, int port) argument
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c485 uint32_t *ip = (uint32_t *)f; local
486 *ip = v | 0x7fc00000;
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp173 msg->setString("server-ip", localAddrString.c_str());
175 msg->setString("client-ip", remoteAddrString.c_str());
254 uint32_t ip = ntohl(remoteAddr.sin_addr.s_addr); local
259 ip >> 24,
260 (ip >> 16) & 0xff,
261 (ip >> 8) & 0xff,
262 ip & 0xff).c_str());
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java707 private void installFromRawResource(InstallParams ip, int flags, boolean cleanUp, boolean fail, argument
710 PackageParser.Package pkg = ip.pkg;
711 Uri packageURI = ip.packageURI;
736 cleanUpInstall(ip);
748 InstallParams ip = new InstallParams(outFileName, rawResId);
749 installFromRawResource(ip, flags, cleanUp, fail, result, expInstallLocation);
750 return ip;
841 InstallParams ip = sampleInstallFromRawResource(flags, false);
846 receiver = new ReplaceReceiver(ip.pkg.packageName);
849 receiver = new InstallReceiver(ip
1321 cleanUpInstall(InstallParams ip) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3049 size_t ip = grp->packages.size(); local
3050 while (ip > 0) {
3051 ip--;
3055 const Package* const package = grp->packages[ip];
3078 // package is an overlay package (ip != 0), this simply means the
3081 if (offset < 0 && ip == 0) {
3083 resID, T, E, ip, (int)offset);
3326 size_t ip = grp->packages.size(); local
3327 while (ip > 0) {
3328 ip
[all...]

Completed in 261 milliseconds