/frameworks/av/media/libmedia/ |
AudioSystem.cpp | 692 sp<IAudioPolicyService> ap; local 714 ap = gAudioPolicyService; 717 ap->registerClient(apc); 720 return ap; [all...] |
/frameworks/native/cmds/dumpstate/ |
utils.cpp | 645 va_list ap; local 646 va_start(ap, command); 650 args[arg] = va_arg(ap, const char *); 669 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 672 va_end(ap); 682 va_list ap; local 683 va_start(ap, command); 687 args[arg] = va_arg(ap, const char *); 706 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 709 va_end(ap); [all...] |
/frameworks/wilhelm/src/android/ |
AudioPlayer_to_android.cpp | 47 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, 55 ap->stop(); 62 ap->prepare(); 67 ap->pause(); 80 ap->prepare(); 85 ap->play(); 108 static size_t adecoder_writeToBufferQueue(const uint8_t *data, size_t size, CAudioPlayer* ap) { 109 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { 119 object_lock_exclusive(&ap->mObject); 121 if (ap->mBufferQueue.mState.count != 0) 666 CAudioPlayer *ap = (CAudioPlayer *)user; local 1134 CAudioPlayer *ap = (CAudioPlayer *)user; local 2111 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local 2137 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 240 va_list ap; local 247 va_start(ap, fmt); 248 retval = vsnprintf(buf, sizeof(buf), fmt, ap); 249 va_end(ap); [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 6 /* AP Scans */ 166 int report_threshold_num_scans; // in number of scans, wake up AP after these many scans 231 mac_addr bssid; // AP BSSID 239 ap_threshold_param ap[MAX_HOTLIST_APS]; // hotlist APs member in struct:__anon31466 300 int lost_ap_sample_size; // number of samples to confirm AP loss 303 ap_threshold_param ap[MAX_SIGNIFICANT_CHANGE_APS]; member in struct:__anon31473 306 /* Set the Signifcant AP change list */ 310 /* Clear the Signifcant AP change list */
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_pcm.c | 383 va_list ap; local 386 va_start(ap, fmt); 387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap); 388 va_end(ap);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 266 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 269 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap); 275 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap); 281 ap = new RSAKeyGenParameterSpec(10, new BigInteger("10")); 283 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_DES, ap); 295 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 298 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap, new SecureRandom()); 304 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap, new SecureRandom()); 310 ap = new RSAKeyGenParameterSpec(10, new BigInteger("10")); 313 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_DES, ap, new SecureRandom()) 427 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 513 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 628 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 693 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 713 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 797 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 857 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 913 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 954 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1004 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1041 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1078 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 531 Cell *x, *ap, *k; local 538 ap = execute(a[1]); /* array name */ 539 if (!isarr(ap)) { 540 dprintf( ("making %s into an array\n", ap->nval) ); 541 if (freeable(ap)) 542 xfree(ap->sval); 543 ap->tval &= ~(STR|NUM|DONTFREE); 544 ap->tval |= ARR; 545 ap->sval = (char *) makesymtab(NSYMTAB); 561 k = lookup(buf, (Array *) ap->sval) 1211 Cell *x = 0, *y, *ap; local [all...] |
/system/core/lmkd/ |
lmkd.c | 445 char *ap; local 452 ap = strtok_r(NULL, " ", &save_ptr); 453 if (!ap) 457 mip->nr_free_pages += strtol(ap, NULL, 0); 459 mip->nr_file_pages += strtol(ap, NULL, 0); 461 mip->nr_shmem += strtol(ap, NULL, 0); 463 mip->totalreserve_pages += strtol(ap, NULL, 0); 465 mip->totalreserve_pages += zoneinfo_parse_protection(ap);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.c | 238 va_list ap; local 240 va_start (ap, format); 288 unsigned u = va_arg (ap, int); 302 int val = va_arg (ap, int); 316 int val = va_arg (ap, int); 328 int val = va_arg (ap, int); 360 int val = va_arg (ap, int); 390 sprintf (bp, "%s", va_arg (ap, char *)); 402 va_end (ap);
|
m32c-desc.c | 63070 va_list ap; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContent.java | 471 FilterInfo fi, BluetoothMapAppParams ap) { 472 if ((ap.getParameterMask() & MASK_PROTECTED) != 0) { 487 FilterInfo fi, BluetoothMapAppParams ap) { 488 if ((ap.getParameterMask() & MASK_CONVERSATION_ID) != 0) { 507 FilterInfo fi, BluetoothMapAppParams ap) { 509 if ((ap.getParameterMask() & MASK_CONVERSATION_NAME) != 0) { 520 FilterInfo fi, BluetoothMapAppParams ap) { 521 if ((ap.getParameterMask() & MASK_SENT) != 0) { 543 FilterInfo fi, BluetoothMapAppParams ap) { 556 e.setRead((read==1?true:false), ((ap.getParameterMask() & MASK_READ) != 0)) [all...] |
/art/runtime/ |
dex_file_verifier.cc | 2401 va_list ap; local [all...] |
/bootable/recovery/ |
recovery.cpp | 1163 va_list ap; local [all...] |
/external/avahi/avahi-autoipd/ |
main.c | 745 ArpPacket *ap; local 759 ap = packet_new(ph->caplen); 760 memcpy(ap->ether_header, pd, ph->caplen); 761 *packet = ap; [all...] |
/external/blktrace/btreplay/ |
btreplay.c | 215 va_list ap; local 220 va_start(ap, fmt); 221 vfprintf(stderr, fmt, ap); 222 va_end(ap); [all...] |
/external/curl/lib/ |
ftp.c | 4089 va_list ap; local [all...] |
/external/dhcpcd-6.8.2/ |
dhcp.c | 2288 struct ipv4_addr *ap; local [all...] |
dhcp6.c | 522 const struct ipv6_addr *ap; local 642 TAILQ_FOREACH(ap, &state->addrs, next) { 643 if (ap->prefix_vltime == 0 && 644 !(ap->flags & IPV6_AF_REQUEST)) 646 if (ap->ia_type == D6_OPTION_IA_PD) { 650 sizeof(ap->prefix); 651 if (ap->prefix_exclude_len) 653 (uint8_t)((ap->prefix_exclude_len - 654 ap->prefix_len - 1) / NBBY) 659 len += sizeof(*o) + sizeof(ap->addr) 1260 const struct ipv6_addr *ap; local 1274 struct ipv6_addr *ap = arg; local 1703 struct ipv6_addr *ap; local 1727 struct ipv6_addr *ap; local 1958 struct ipv6_addr *ap, *nap; local 2308 struct ipv6_addr *a, *ap, *apn; local 2376 struct ipv6_addr *ap; local 2412 struct ipv6_addr *ap; local 2525 struct ipv6_addr *ap; local 2615 struct ipv6_addr *ap; local 3468 const struct ipv6_addr *ap; local [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 177 va_list ap; local 180 va_start( ap, fmt ); 181 vfprintf( stderr, fmt, ap ); 182 va_end( ap ); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
BigDecimal.java | 3395 int ap; local [all...] |
/external/icu/icu4c/source/i18n/ |
timezone.cpp | 56 va_list ap; local 57 va_start(ap, pat); 58 vfprintf(stderr, pat, ap); [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | 930 va_list ap; local 932 va_start(ap, fmt); 934 vsprintf(buffer, fmt, ap); 935 va_end(ap); 944 va_list ap; local 946 va_start(ap, fmt); 948 vsprintf(buffer, fmt, ap); 949 va_end(ap); 958 va_list ap; local 960 va_start(ap, fmt) 996 va_list ap; local 1008 va_list ap; local 1020 va_list ap; local 1031 va_list ap; local 1042 va_list ap; local 1053 va_list ap; local [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 621 register const struct ttinfo * ap = &sp->ttis[a]; local 623 result = ap->tt_gmtoff == bp->tt_gmtoff && 624 ap->tt_isdst == bp->tt_isdst && 625 ap->tt_ttisstd == bp->tt_ttisstd && 626 ap->tt_ttisgmt == bp->tt_ttisgmt && 627 strcmp(&sp->chars[ap->tt_abbrind], [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
BigDecimal.java | 3468 int ap; local [all...] |