Home
last modified time | relevance | path

Searched defs:af (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java127 AtomicFile af = new AtomicFile(file); in testPrune() local
138 AtomicFile af = new AtomicFile(file); in testPrune() local
164 AtomicFile af = new AtomicFile(file); in testPrune_badFileName_noCrash() local
249 AtomicFile af = mock(AtomicFile.class); in testReadNotificationHistory_withNumFilterDoesNotReadExtraFiles() local
270 AtomicFile af = mock(AtomicFile.class); in testRemoveNotificationRunnable() local
293 AtomicFile af = mock(AtomicFile.class); in testRemoveNotificationRunnable_noChanges() local
316 AtomicFile af = mock(AtomicFile.class); in testRemoveConversationRunnable() local
339 AtomicFile af = mock(AtomicFile.class); in testRemoveConversationRunnable_noChanges() local
362 AtomicFile af = mock(AtomicFile.class); in testRemoveChannelRunnable() local
385 AtomicFile af = mock(AtomicFile.class); in testRemoveChannelRunnable_noChanges() local
[all …]
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp32 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in loadHwModule() local
49 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in openOutput() local
79 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in openDuplicateOutput() local
89 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in closeOutput() local
99 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in suspendOutput() local
110 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in restoreOutput() local
127 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in openInput() local
153 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in closeInput() local
171 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invalidateStream() local
202 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in moveEffects() local
[all …]
H A DAudioPolicyService.cpp923 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in setAppState_l() local
1700 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1712 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1756 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1796 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DRandomAccessFileUtils.java36 try (RandomAccessFile af = getRandomAccessFile(file)) { in writeBoolean()
45 try (RandomAccessFile af = getRandomAccessFile(file)) { in readBoolean()
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c553 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r()
932 int af, len; in netbsd_gethostent_r() local
1309 _yp_hostent(char *line, int af, struct getnamaddr *info) in _yp_hostent()
1442 int af; in _yp_gethtbyaddr() local
1493 int af; in _yp_gethtbyname() local
1547 gethostbyname2(const char *name, int af) in gethostbyname2()
1572 android_gethostbynamefornet(const char *name, int af, unsigned netid, unsigned mark) in android_gethostbynamefornet()
1579 android_gethostbynamefornetcontext(const char *name, int af, in android_gethostbynamefornetcontext()
1595 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr()
1608 android_gethostbyaddrfornetcontext(const void *addr, socklen_t len, int af, in android_gethostbyaddrfornetcontext()
[all …]
H A Dsethostent.c103 int af; in _hf_gethtbyname() local
139 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info) in _hf_gethtbyname2()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp95 sp<IAudioFlinger> af; in get_audio_flinger() local
140 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in getAudioFlingerClient() local
165 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in muteMicrophone() local
171 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in isMicrophoneMuted() local
178 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in setMasterVolume() local
185 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in setMasterMute() local
192 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in getMasterVolume() local
199 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in getMasterMute() local
208 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in setStreamVolume() local
216 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in setStreamMute() local
[all …]
H A DAudioEffect.cpp540 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in queryNumberEffects() local
547 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in queryEffect() local
557 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in getEffectDescriptor() local
587 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in newEffectUniqueId() local
/aosp12/packages/modules/DnsResolver/
H A Dsethostent.cpp68 int _hf_gethtbyname2(const char* name, int af, getnamaddr* info) { in _hf_gethtbyname2()
179 int _hf_gethtbyaddr(const unsigned char* uaddr, int len, int af, getnamaddr* info) { in _hf_gethtbyaddr()
H A Dgethnamaddr.cpp388 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen, in resolv_gethostbyname()
477 int resolv_gethostbyaddr(const void* addr, socklen_t len, int af, hostent* hp, char* buf, in resolv_gethostbyaddr()
534 int af, len; in netbsd_gethostent_r() local
686 static int dns_gethtbyaddr(const unsigned char* uaddr, int len, int af, in dns_gethtbyaddr()
H A DDnsProxyListener.cpp1072 int af = strtol(argv[3], nullptr, 10); in runCommand() local
1086 int af, in GetHostByNameHandler()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DDeferredManualAutoFocus.java40 ManualAutoFocus af = mManualAutoFocusFuture.get(); in triggerFocusAndMeterAtPoint() local
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java291 final AtomicFile af = historyFileItr.next(); in removeFilePathFromHistory() local
434 final AtomicFile af = historyFileItr.next(); in run() local
474 final AtomicFile af = historyFileItr.next(); in run() local
517 final AtomicFile af = historyFileItr.next(); in run() local
561 final AtomicFile af = historyFileItr.next(); in run() local
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp413 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invokeAudioEffect() local
552 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invokeAudioSystem() local
564 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invokeAudioInputDevice() local
621 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invokeAudioOutputDevice() local
682 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in invokeAudioPatch() local
/aosp12/bionic/libc/dns/resolv/
H A Dres_private.h9 int af; member
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_ntop.c45 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
H A Dinet_pton.c47 inet_pton(int af, const char *src, void *dst) in inet_pton()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java161 final AtomicFile af = new AtomicFile(f); in dumpDebug() local
/aosp12/art/openjdkjvmti/
H A Dti_field.cc79 art::ArtField* af = in VisitReflectiveTargets() local
92 art::ArtField* af = in VisitReflectiveTargets() local
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java296 final AtomicFile af = new AtomicFile(f); in indexFilesLocked() local
298 mSortedStatFiles[i].put(parseBeginTime(af), af); in indexFilesLocked() local
969 final AtomicFile af = new AtomicFile(f); in pruneChooserCountsOlderThan() local
H A DUsageStatsService.java763 final AtomicFile af = new AtomicFile(pendingEventsFiles[i]); in loadPendingEventsLocked() local
793 final AtomicFile af = new AtomicFile(pendingEventsFile); in persistPendingEventsLocked() local
816 final AtomicFile af = new AtomicFile(packageUsageFile[0]); in loadGlobalComponentUsageLocked() local
849 final AtomicFile af = new AtomicFile(lastTimePackageFile); in persistGlobalComponentUsageLocked() local
/aosp12/frameworks/base/media/java/android/media/
H A DAudioFormat.java1074 public Builder(AudioFormat af) { in Builder()
1088 AudioFormat af = new AudioFormat( in build() local
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DDevCameraActivity.java473 String af = afStateToString(afState); in frameDataAvailable() local
/aosp12/system/core/libsystem/include/system/
H A Dradio.h96 bool af; /* Alternate Frequency supported */ member
/aosp12/art/test/common/
H A Druntime_state.cc428 ArtField* af = jni::DecodeArtField(fid); in Java_Main_genericFieldOffset() local

12