HomeSort by relevance Sort by last modified time
    Searched defs:af (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 48 sp<IAudioFlinger> af; local
76 af = gAudioFlinger;
80 af->registerClient(afc);
83 return af;
89 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
90 if (af == 0) return 0;
117 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
118 if (af == 0) return PERMISSION_DENIED;
119 return af->setMicMute(state);
124 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger() local
132 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
140 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
148 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
156 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
166 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
175 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
185 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
194 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
203 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
210 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
217 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
303 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
340 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
377 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
403 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
411 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
419 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
430 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
437 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
445 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
453 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
460 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
468 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
626 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1051 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1058 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1065 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1186 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1206 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1284 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 1041 sp<AudioFlinger> af = mClient->audioFlinger(); local
    [all...]
Effects.cpp 232 sp<AudioFlinger> af = mAudioFlinger.promote(); local
233 if (af != 0) {
235 af->updateOrphanEffectChains(this);
    [all...]
AudioFlinger.cpp 195 (void) property_get("af.tee", value, "0");
274 sp<AudioFlinger> af; local
277 af = gAudioFlinger.promote();
280 if (af != 0) {
281 ret = af->openMmapStream(
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 344 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
345 if (af) {
346 af->setRecordSilenced(uid, silenced);
744 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
745 if (af == 0) {
748 command->mStatus = af->createAudioPatch(&data->mPatch, &data->mHandle);
754 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
755 if (af == 0) {
758 command->mStatus = af->releaseAudioPatch(data->mHandle);
784 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger() local
    [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 820 AudioFormat af = new AudioFormat(1980\/*ignored*\/); local
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
convert.cpp 71 jfieldID af; member in struct:android::server::BroadcastRadio::convert::__anon45893::__anon45895
429 fm.stereo, fm.rds != Rds::NONE, fm.ta, fm.af, fm.ea));
484 fm.af = env->GetBooleanField(jConfig, gjni.FmBandConfig.af);
659 gjni.FmBandConfig.af = GetFieldIDOrDie(env, fmBandConfigClass, "mAf", "Z");
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 211 final AtomicFile af = new AtomicFile(f); local
213 mSortedStatFiles[i].put(UsageStatsXml.parseBeginTime(af), af); local
563 final AtomicFile af = new AtomicFile(f); local
565 UsageStatsXml.read(af, stats);
573 UsageStatsXml.write(af, stats);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraFOVControl.h 87 af_info af; member in struct:qcamera::__anon49399
  /packages/apps/DevCamera/src/com/android/devcamera/
DevCameraActivity.java 374 // Cancel any pending AF operations.
473 String af = afStateToString(afState); local
475 final String info = String.format(" %2.0f FPS%5d ISO AF:%s AE:%s AWB:%s", fps, iso, af, ae, awb);
  /external/fio/
server.c 2191 int af; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 385 UBool eq = FALSE,b4 = FALSE,af = FALSE; local
432 (af=cal->after(*cal2, status)) ||
437 af?'T':'F');
    [all...]
numfmtst.cpp 879 Formattable af; local
880 fmt.parse(s, af, pos);
883 if (af.getType() == Formattable::kLong)
884 a = af.getLong();
885 else if (af.getType() == Formattable::kDouble) {
886 a = af.getDouble();
927 Formattable af; local
928 fmt.parse(s, af, pos);
929 if (af.getType() == Formattable::kLong ||
930 af.getType() == Formattable::kInt64)
7699 Formattable af; local
7715 Formattable af; local
    [all...]
  /external/iputils/
ping6.c 1503 int af; local
    [all...]
  /external/libnl/lib/route/
link.c 216 /* proto info af reference */
545 int af; local
551 if ((af = nl_str2af(kind)) >= 0 &&
552 !af_ops && (af_ops = af_lookup_and_alloc(link, af))) {
557 link->l_family = family = af;
    [all...]
  /external/tcpdump/
print-rsvp.c 31 #include "af.h"
1198 int subobj_type,af,subobj_len,total_subobj_len; local
    [all...]
print-bgp.c 47 #include "af.h"
1365 uint16_t af; local
    [all...]
print-lldp.c 33 #include "af.h"
1315 uint8_t af; local
    [all...]
  /external/toybox/toys/pending/
ip.c 339 static int get_prefix(uint32_t *addr, uint8_t *af, char *name, int family)
345 *af = family;
349 *af = AF_INET6;
357 *af = AF_INET;
376 static int get_nmask_prefix(uint32_t *netmask, uint8_t af,
384 *netmask = (af == AF_INET6) ? 128 : 32; // set default netmask
409 uint8_t af = AF_UNSPEC; local
413 if (get_prefix(addr, &af, name, family)) error_exit("Invalid prefix");
416 if (get_nmask_prefix(netmask, af, slash+1, family))
420 else if (af == AF_INET && *addr) *netmask = 32
1112 uint8_t af = AF_UNSPEC; local
1132 uint8_t af = AF_UNSPEC; local
2184 uint8_t af = AF_UNSPEC; local
2433 uint8_t af = AF_INET; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 326 int inet_pton(int af, const char *src, void *dst);
327 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
837 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
848 hints.ai_family = af;
893 if (af != AF_INET && af != AF_UNSPEC) {
922 hints.ai_family = af;
927 if (error == EAI_NONAME && af == AF_UNSPEC) {
3534 int af; local
4031 int af; local
4081 int af; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 321 int inet_pton(int af, const char *src, void *dst);
322 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
779 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
790 hints.ai_family = af;
835 if (af != AF_INET && af != AF_UNSPEC) {
864 hints.ai_family = af;
869 if (error == EAI_NONAME && af == AF_UNSPEC) {
3452 int af; local
3949 int af; local
3999 int af; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 350 int inet_pton(int af, const char *src, void *dst);
351 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
861 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
872 hints.ai_family = af;
917 if (af != AF_INET && af != AF_UNSPEC) {
946 hints.ai_family = af;
951 if (error == EAI_NONAME && af == AF_UNSPEC) {
3559 int af; local
4056 int af; local
4106 int af; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 665 bfd_boolean af;
687 af = (strstr (an, "gnu_compiled") != NULL
692 if (af && ! bf)
694 if (! af && bf)
708 af = file_symbol (a, an, anl);
711 if (af && ! bf)
713 if (! af && bf)
660 bfd_boolean af; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/
data-collector-2.3.6.jar 
  /external/python/cpython3/Modules/
socketmodule.c 374 int inet_pton(int af, const char *src, void *dst);
375 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
990 setipaddr(const char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
999 hints.ai_family = af;
1047 if (af != AF_INET && af != AF_UNSPEC) {
1065 if (af == AF_UNSPEC || af == AF_INET) {
5208 int af; local
5736 int af; local
5782 int af; local
5826 int af; local
5880 int af; local
    [all...]

Completed in 1655 milliseconds

1 23 4 5 6 7 8 9