Searched defs:ap (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dweight_amrwb_lpc.cpp48 int16 ap[], (o) Q12 : Spectral expanded LPC coefficients
56 ap[i] = a[i] (gamma i)
118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
125 ap[0] = a[0];
129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
132 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
116 weight_amrwb_lpc( int16 a[], int16 ap[], int16 gamma, int16 m ) argument
/frameworks/base/tools/aapt/
H A DSourcePos.cpp124 va_list ap; local
125 va_start(ap, fmt);
126 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
127 va_end(ap);
142 va_list ap; local
143 va_start(ap, fmt);
144 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
145 va_end(ap);
H A DResourceTable.cpp2062 va_list ap; local
2063 va_start(ap, fmt);
2064 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
2065 va_end(ap);
/frameworks/base/tools/localize/
H A DSourcePos.cpp134 va_list ap; local
135 va_start(ap, fmt);
136 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
137 va_end(ap);
H A Dlocalize.cpp526 va_list ap; local
529 va_start(ap, fmt);
530 ret = vfprintf(g_logFile, fmt, ap);
531 va_end(ap);
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp45 SoundPool *ap = MusterSoundPool(env, thiz); local
51 int id = ap->load(s, priority);
61 SoundPool *ap = MusterSoundPool(env, thiz); local
62 if (ap == NULL) return 0;
63 return ap->load(getParcelFileDescriptorFD(env, fileDescriptor),
70 SoundPool *ap = MusterSoundPool(env, thiz); local
71 if (ap == NULL) return 0;
72 return ap->unload(sampleID);
81 SoundPool *ap = MusterSoundPool(env, thiz); local
82 if (ap
90 SoundPool *ap = MusterSoundPool(env, thiz); local
99 SoundPool *ap = MusterSoundPool(env, thiz); local
108 SoundPool *ap = MusterSoundPool(env, thiz); local
117 SoundPool *ap = MusterSoundPool(env, thiz); local
126 SoundPool *ap = MusterSoundPool(env, thiz); local
136 SoundPool *ap = MusterSoundPool(env, thiz); local
146 SoundPool *ap = MusterSoundPool(env, thiz); local
156 SoundPool *ap = MusterSoundPool(env, thiz); local
166 SoundPool *ap = MusterSoundPool(env, thiz); local
182 SoundPool *ap = new SoundPool(maxChannels, streamType, srcQuality); local
200 SoundPool *ap = MusterSoundPool(env, thiz); local
[all...]
/frameworks/base/cmds/dumpstate/
H A Dutils.c157 va_list ap; local
158 va_start(ap, command);
161 args[arg] = va_arg(ap, const char *);
/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1088 int pel, ap = 0, aq = 0, Strng; local
1131 ap = AbsDelta & (tmp - Beta);
1144 if (ap < 0)
1203 ap = tmp - Beta;
1207 if (ap < 0) c0++;
1251 if (ap < 0) //SrcPtr[-inc2] += IClip(-C0, C0,(L2 + ((RL0 + 1) >> 1) - (L1<<1)) >> 1);
1277 int pel, ap = 1, aq = 1; local
1329 ap = AbsDelta & (tmp1 - Beta);
1350 if (ap < 0)
1418 ap
[all...]
/frameworks/base/services/java/com/android/server/
H A DWifiWatchdogService.java668 * @param ap The access point to check.
670 private void handleCheckAp(AccessPoint ap) { argument
675 myLogV("handleCheckAp: AccessPoint: " + ap);
711 handleApAlive(ap);
713 handleApUnresponsive(ap);
720 * @param ap The access point.
722 private void handleApAlive(AccessPoint ap) { argument
729 myLogD("AP is alive: " + ap.toString());
733 mHandler.backgroundCheckAp(ap);
739 * @param ap Th
741 handleApUnresponsive(AccessPoint ap) argument
783 handleBackgroundCheckAp(AccessPoint ap) argument
1025 checkAp(AccessPoint ap) argument
1030 backgroundCheckAp(AccessPoint ap) argument
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp441 static void runtime_vfprintf(FILE* fp, const char* format, va_list ap) argument
443 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
/frameworks/base/libs/utils/
H A DAssetManager.cpp97 asset_path ap; local
103 ap.type = ::getFileType(realPath.string());
104 if (ap.type == kFileTypeRegular) {
105 ap.path = realPath;
107 ap.path = path;
108 ap.type = ::getFileType(path.string());
109 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
111 path.string(), (int)ap.type);
118 if (mAssetPaths[i].path == ap
400 const asset_path& ap = mAssetPaths.itemAt(i); local
522 openNonAssetInPathLocked(const char* fileName, AccessMode mode, const asset_path& ap) argument
581 openInPathLocked(const char* fileName, AccessMode mode, const asset_path& ap) argument
610 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
747 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
759 createPathNameLocked(const asset_path& ap, const char* rootDir) argument
779 getZipFileLocked(const asset_path& ap) argument
906 const asset_path& ap = mAssetPaths.itemAt(i); local
960 const asset_path& ap = mAssetPaths.itemAt(which); local
990 scanAndMergeDirLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* rootDir, const char* dirName) argument
1178 scanAndMergeZipLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* rootDir, const char* baseDirName) argument
1440 const asset_path& ap = mAssetPaths.itemAt(i); local
1457 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]

Completed in 541 milliseconds