/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryDatabaseTest.java | 127 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 D | AudioPolicyClientImpl.cpp | 32 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 D | AudioPolicyService.cpp | 923 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 D | RandomAccessFileUtils.java | 36 try (RandomAccessFile af = getRandomAccessFile(file)) { in writeBoolean() 45 try (RandomAccessFile af = getRandomAccessFile(file)) { in readBoolean()
|
/aosp12/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 553 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 D | sethostent.c | 103 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 D | AudioSystem.cpp | 95 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 D | AudioEffect.cpp | 540 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 D | sethostent.cpp | 68 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 D | gethnamaddr.cpp | 388 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 D | DnsProxyListener.cpp | 1072 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 D | DeferredManualAutoFocus.java | 40 ManualAutoFocus af = mManualAutoFocusFuture.get(); in triggerFocusAndMeterAtPoint() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryDatabase.java | 291 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 D | audioflinger_fuzzer.cpp | 413 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 D | res_private.h | 9 int af; member
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/ |
H A D | inet_ntop.c | 45 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
|
H A D | inet_pton.c | 47 inet_pton(int af, const char *src, void *dst) in inet_pton()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationTest.java | 161 final AtomicFile af = new AtomicFile(f); in dumpDebug() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_field.cc | 79 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 D | UsageStatsDatabase.java | 296 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 D | UsageStatsService.java | 763 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 D | AudioFormat.java | 1074 public Builder(AudioFormat af) { in Builder() 1088 AudioFormat af = new AudioFormat( in build() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | DevCameraActivity.java | 473 String af = afStateToString(afState); in frameDataAvailable() local
|
/aosp12/system/core/libsystem/include/system/ |
H A D | radio.h | 96 bool af; /* Alternate Frequency supported */ member
|
/aosp12/art/test/common/ |
H A D | runtime_state.cc | 428 ArtField* af = jni::DecodeArtField(fid); in Java_Main_genericFieldOffset() local
|