Home
last modified time | relevance | path

Searched refs:af (Results 1 – 25 of 249) sorted by relevance

12345678910

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp33 if (af == 0) { in loadHwModule()
50 if (af == 0) { in openOutput()
80 if (af == 0) { in openDuplicateOutput()
90 if (af == 0) { in closeOutput()
100 if (af == 0) { in suspendOutput()
111 if (af == 0) { in restoreOutput()
128 if (af == 0) { in openInput()
154 if (af == 0) { in closeInput()
172 if (af == 0) { in invalidateStream()
203 if (af == 0) { in moveEffects()
[all …]
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java128 expectedFiles.add(af); in testPrune()
281 verify(af).openRead(); in testRemoveNotificationRunnable()
283 verify(af).startWrite(); in testRemoveNotificationRunnable()
304 verify(af).openRead(); in testRemoveNotificationRunnable_noChanges()
327 verify(af).openRead(); in testRemoveConversationRunnable()
329 verify(af).startWrite(); in testRemoveConversationRunnable()
350 verify(af).openRead(); in testRemoveConversationRunnable_noChanges()
373 verify(af).openRead(); in testRemoveChannelRunnable()
375 verify(af).startWrite(); in testRemoveChannelRunnable()
396 verify(af).openRead(); in testRemoveChannelRunnable_noChanges()
[all …]
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp95 sp<IAudioFlinger> af; in get_audio_flinger() local
127 af = gAudioFlinger; in get_audio_flinger()
135 return af; in get_audio_flinger()
141 if (af == 0) return 0; in getAudioFlingerClient()
187 af->setMasterMute(mute); in setMasterMute()
459 if (af != 0) { in acquireAudioSessionId()
466 if (af != 0) { in releaseAudioSessionId()
675 if (af == 0) { in getInputBufferSize()
1407 if (af == 0) return 0; in getPrimaryOutputSamplingRate()
1658 if (af != 0) { in addAudioDeviceCallback()
[all …]
H A DAudioEffect.cpp540 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in queryNumberEffects() local
541 if (af == 0) return PERMISSION_DENIED; in queryNumberEffects()
542 return af->queryNumberEffects(numEffects); in queryNumberEffects()
547 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in queryEffect() local
548 if (af == 0) return PERMISSION_DENIED; in queryEffect()
549 return af->queryEffect(index, descriptor); in queryEffect()
557 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in getEffectDescriptor() local
558 if (af == 0) return PERMISSION_DENIED; in getEffectDescriptor()
587 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); in newEffectUniqueId() local
588 if (af == 0) return PERMISSION_DENIED; in newEffectUniqueId()
[all …]
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c690 switch (af) { in gethostbyname_internal_real()
807 af) < 0) { in gethostbyname_internal()
860 af = AF_INET; in android_gethostbyaddrfornetcontext_real()
863 switch (af) { in android_gethostbyaddrfornetcontext_real()
932 int af, len; in netbsd_gethostent_r() local
973 af = AF_INET6; in netbsd_gethostent_r()
1326 switch (af) { in _yp_hostent()
1442 int af; in _yp_gethtbyaddr() local
1462 switch (af) { in _yp_gethtbyaddr()
1493 int af; in _yp_gethtbyname() local
[all …]
H A Dsethostent.c103 int af; in _hf_gethtbyname() local
110 af = va_arg(ap, int); in _hf_gethtbyname()
126 hp = _hf_gethtbyname2(name, af, info); in _hf_gethtbyname()
139 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info) in _hf_gethtbyname2() argument
169 info->hp->h_addrtype = af; in _hf_gethtbyname2()
190 hent.h_addrtype = af = hp->h_addrtype; in _hf_gethtbyname2()
/aosp12/build/soong/apex/
H A Dapex.go495 return af.builtFile != nil && af.builtFile.String() != ""
507 return af.apexRelativePath(af.stem())
1411 return af
1422 return af
1468 return af
1512 return af
1548 return af
1563 return af
1726 if !af.ok() {
1901 af.androidMkModuleName = filepath.Base(af.builtFile.String())
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java291 final AtomicFile af = historyFileItr.next(); in removeFilePathFromHistory() local
292 if (af != null && filePath.equals(af.getBaseFile().getAbsolutePath())) { in removeFilePathFromHistory()
434 final AtomicFile af = historyFileItr.next(); in run() local
437 readLocked(af, notifications, in run()
440 writeLocked(af, notifications); in run()
474 final AtomicFile af = historyFileItr.next(); in run() local
479 readLocked(af, notificationHistory, in run()
517 final AtomicFile af = historyFileItr.next(); in run() local
522 readLocked(af, notificationHistory, in run()
561 final AtomicFile af = historyFileItr.next(); in run() local
[all …]
/aosp12/packages/modules/DnsResolver/
H A Dgethnamaddr.cpp399 switch (af) { in resolv_gethostbyname()
411 hp->h_addrtype = af; in resolv_gethostbyname()
450 if (_hf_gethtbyname2(name, af, &info)) { in resolv_gethostbyname()
465 if (inet_pton(af, name, buf) <= 0) { in resolv_gethostbyname()
497 af = AF_INET; in resolv_gethostbyaddr()
500 switch (af) { in resolv_gethostbyaddr()
534 int af, len; in netbsd_gethostent_r() local
567 af = AF_INET6; in netbsd_gethostent_r()
571 af = AF_INET; in netbsd_gethostent_r()
592 hent->h_addrtype = af; in netbsd_gethostent_r()
[all …]
H A Dsethostent.cpp68 int _hf_gethtbyname2(const char* name, int af, getnamaddr* info) { in _hf_gethtbyname2() argument
95 info->hp->h_addrtype = af; in _hf_gethtbyname2()
179 int _hf_gethtbyaddr(const unsigned char* uaddr, int len, int af, getnamaddr* info) { in _hf_gethtbyaddr() argument
181 info->hp->h_addrtype = af; in _hf_gethtbyaddr()
H A Dgethnamaddr.h31 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen,
36 int resolv_gethostbyaddr(const void* addr, socklen_t len, int af, hostent* hp, char* buf,
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp414 if (!af) { in invokeAudioEffect()
553 if (!af) { in invokeAudioSystem()
559 af->getMasterBalance(&balance); in invokeAudioSystem()
565 if (!af) { in invokeAudioInputDevice()
616 af->closeInput(input); in invokeAudioInputDevice()
622 if (!af) { in invokeAudioOutputDevice()
675 af->suspendOutput(output); in invokeAudioOutputDevice()
676 af->restoreOutput(output); in invokeAudioOutputDevice()
677 af->closeOutput(output); in invokeAudioOutputDevice()
683 if (!af) { in invokeAudioPatch()
[all …]
/aosp12/system/ca-certificates/files/
H A D8d6437c3.027 0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b
40 af:80:2d:b9:0a:cf:75:fd:89:a5:7d:24:fa:e3:22:
45 b0:52:7c:af:91:6c:b1:38:13:d1:e9:12:08:c0:00:
47 70:e6:09:74:70:55:69:af:a3:68:9f:bf:dd:b6:79:
50 3b:3f:d4:f3:d1:0a:fe:28:ef:a3:ee:d9:99:af:03:
53 44:2e:79:b8:3f:04:bc:5c:a0:87:e1:1b:af:51:8e:
69 03:db:73:77:6f:4a:39:53:ed:de:26:c7:b5:7d:af:2b:42:d1:
72 a2:52:af:4a:70:16:86:c2:3a:c8:b1:13:70:36:d8:cf:ee:f4:
75 c8:57:40:d0:6e:03:aa:cd:0c:8e:89:99:99:6c:f0:3c:30:af:
H A Ddbff3a01.041 3f:5e:c7:b6:07:ee:3e:c0:ce:9a:af:ac:56:42:2a:
50 a9:a5:af:9c:c5:23:2a:f7:3c:21:6c:bd:af:8f:4e:
52 f7:9e:89:5e:a2:89:ac:94:cb:a8:68:9b:af:8a:65:
65 41:4c:3b:27:2c:c4:6c:18:15:80:c6:ac:af:47:59:2f:26:0b:
67 ab:53:f8:bb:c1:78:0f:ac:9c:53:af:57:bd:68:8c:3d:69:33:
H A D82223c44.055 af:54:06:6c:d8:06:13:8d:5b:ff:e1:26:19:59:c0:
62 af:44:ed:4a:c5:9e:e4:7a:27:7c:e5:75:d7:aa:cb:
76 6f:9b:4c:38:0d:63:ac:62:af:36:8b:a2:73:0a:0d:
93 71:2e:af:c4:e3:ad:a3:bd:0c:11:a7:b4:ff:4a:b2:7b:10:10:
95 30:ca:60:86:af:46:ab:1d:ed:3a:5b:b0:94:de:44:e3:41:08:
98 90:e2:e8:f9:fb:22:71:d9:7d:b3:3d:46:bf:b4:84:af:90:1c:
99 0f:8f:12:6a:af:ef:ee:1e:7a:ae:02:4a:8a:17:2b:76:fe:ac:
116 d0:9a:7d:54:99:2a:c9:39:1a:19:af:4b:2a:43:f3:63:5d:5a:
H A D3c860d51.049 00:af:e4:ee:7e:8b:24:0e:12:6e:a9:50:2d:16:44:
62 de:de:01:3f:6e:4d:e5:50:86:cb:b4:af:ed:44:40:
72 bd:97:3e:29:75:e7:7e:a7:62:58:af:25:34:a5:41:
74 62:bf:af:72:14:69:0e:a5:e5:03:0e:78:8e:26:28:
101 f4:bb:cd:5e:05:7b:4f:9f:75:66:af:3c:e8:56:7e:fc:72:78:
110 de:a6:1a:ee:ae:2d:fb:48:77:17:fe:bb:ec:af:18:f5:2a:51:
126 23:af:ae:fd:6f:03:e0:02:3b:30:76:fa:1b:6d:41:cf:01:b1:
H A Dd16a5865.052 6a:b2:ca:1c:5d:28:9a:78:11:1a:69:59:57:af:b5:
64 cf:e1:5f:af:20:be:a0:76:7f:76:e5:ec:1a:86:61:
69 8d:3c:af:4f:a4:f3:fe:af:2a:d3:05:9d:79:08:a1:
104 38:1e:82:2b:ff:27:65:af:fb:16:15:c4:2e:71:84:e5:b5:ff:
111 54:12:dd:af:c3:4e:0e:1f:26:5e:0d:dc:b3:8d:ec:d5:81:70:
113 41:48:fe:51:84:c6:42:af:80:04:cf:d0:7e:64:49:e4:f2:df:
H A Dda7377f6.063 d7:d1:af:9f:ff:96:9a:f5:91:7b:98:0b:77:d4:7e:
70 7a:48:4d:eb:94:c7:70:4d:af:67:d5:51:b1:80:20:
71 01:01:b4:7a:08:a6:90:7f:4e:e0:ef:07:41:87:af:
72 6a:a5:5e:8b:fb:cf:50:b2:9a:54:af:c3:89:ba:58:
75 57:56:7f:af:f0:16:5b:61:58:6f:36:50:11:0b:d8:
93 2e:7a:dc:c0:f5:b0:2d:c0:3b:af:9f:70:05:11:6a:9f:25:4f:
111 c8:b4:03:73:c2:c1:26:80:bb:0b:42:1f:ad:0d:af:26:72:da:
H A D1f58a078.047 00:a1:ae:25:b2:01:18:dc:57:88:3f:46:eb:f9:af:
48 e2:eb:23:71:e2:9a:d1:61:66:21:5f:aa:af:27:51:
59 b3:c5:5e:60:2a:31:a0:af:37:e8:20:3a:9f:a8:32:
75 0b:c3:eb:15:6e:f8:a4:19:d9:a2:ab:af:e2:27:52:
79 16:d0:eb:de:0b:af:3e:04:10:45:65:58:50:38:af:
100 c0:f2:78:02:24:54:93:af:89:87:88:c9:4a:80:1d:ea:d0:6e:
H A Da9d40e02.049 1a:7c:c2:e3:af:82:8e:86:d7:5e:8f:57:eb:d3:21:
62 97:cd:e4:a8:af:f6:d1:4e:a8:d9:8a:71:24:cd:36:
68 78:cb:14:07:35:e0:a9:df:8b:e9:af:15:4f:16:89:
94 1f:7e:6c:e6:bd:25:d5:95:1a:f2:05:a6:af:85:02:6f:ae:f8:
102 de:50:86:78:e7:40:e6:31:a8:90:76:70:61:af:9c:37:2c:11:
103 b5:82:b7:aa:ae:24:34:5b:72:0c:69:0d:cd:59:9f:f6:71:af:
105 39:95:0b:24:ad:af:d1:95:e4:96:d7:74:64:6b:71:4e:02:3c:
/aosp12/system/ca-certificates/google/files/
H A D8d6437c3.027 0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b
40 af:80:2d:b9:0a:cf:75:fd:89:a5:7d:24:fa:e3:22:
45 b0:52:7c:af:91:6c:b1:38:13:d1:e9:12:08:c0:00:
47 70:e6:09:74:70:55:69:af:a3:68:9f:bf:dd:b6:79:
50 3b:3f:d4:f3:d1:0a:fe:28:ef:a3:ee:d9:99:af:03:
53 44:2e:79:b8:3f:04:bc:5c:a0:87:e1:1b:af:51:8e:
69 03:db:73:77:6f:4a:39:53:ed:de:26:c7:b5:7d:af:2b:42:d1:
72 a2:52:af:4a:70:16:86:c2:3a:c8:b1:13:70:36:d8:cf:ee:f4:
75 c8:57:40:d0:6e:03:aa:cd:0c:8e:89:99:99:6c:f0:3c:30:af:
H A D9772ca32.026 18:ac:b5:6a:fd:69:b6:15:3a:63:6c:af:da:fa:c4:a1
39 11:af:ef:76:fd:95:7e:ce:61:30:bb:7a:83:5f:02:
50 34:10:c1:39:f9:b1:27:3e:7e:d6:8a:75:c5:b2:af:
53 58:fa:9c:84:b7:36:af:c2:df:ac:d2:f4:10:06:70:
72 ac:af:19:a0:73:12:2d:fc:c2:41:ba:81:91:da:16:5a:31:b7:
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DRandomAccessFileUtils.java36 try (RandomAccessFile af = getRandomAccessFile(file)) { in writeBoolean() argument
37 af.writeBoolean(b); in writeBoolean()
45 try (RandomAccessFile af = getRandomAccessFile(file)) { in readBoolean() argument
46 return af.readBoolean(); in readBoolean()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioFormat.java1074 public Builder(AudioFormat af) { in Builder() argument
1075 mEncoding = af.mEncoding; in Builder()
1076 mSampleRate = af.mSampleRate; in Builder()
1077 mChannelMask = af.mChannelMask; in Builder()
1078 mChannelIndexMask = af.mChannelIndexMask; in Builder()
1079 mPropertySetMask = af.mPropertySetMask; in Builder()
1088 AudioFormat af = new AudioFormat( in build() local
1095 return af; in build()
/aosp12/art/openjdkjvmti/
H A Dti_field.cc79 art::ArtField* af = in VisitReflectiveTargets() local
81 if (af != it) { in VisitReflectiveTargets()
82 updated_access_fields.push_back({ af, it }); in VisitReflectiveTargets()
92 art::ArtField* af = in VisitReflectiveTargets() local
94 if (af != it) { in VisitReflectiveTargets()
95 updated_modify_fields.push_back({ af, it }); in VisitReflectiveTargets()

12345678910