Lines Matching full:afc
47 sp<AudioFlingerClient> afc;
70 afc = gAudioFlingerClient;
74 if (afc != 0) {
75 af->registerClient(afc);
92 const sp<AudioFlingerClient> afc = getAudioFlingerClient();
93 if (afc != 0) {
94 desc = afc->getIoDescriptor(ioHandle);
363 const sp<AudioFlingerClient> afc = getAudioFlingerClient();
364 if (afc == 0) {
367 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize);
1111 const sp<AudioFlingerClient> afc = getAudioFlingerClient();
1112 if (afc == 0) {
1115 status_t status = afc->addAudioDeviceCallback(callback, audioIo);
1119 af->registerClient(afc);
1128 const sp<AudioFlingerClient> afc = getAudioFlingerClient();
1129 if (afc == 0) {
1132 return afc->removeAudioDeviceCallback(callback, audioIo);