Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:in

6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
76 // Note: the following macro is used for extremely verbose logging message. In
112 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
120 // The service is within our parent process so it can never die in a way that we could observe.
177 // in bad state, reset the state upon service start.
576 // If pid is already in the mClients wp<> map, then use that entry
877 // Set master volume in the HALs which support it.
889 // Now set the master volume in each playback thread. Playback threads
999 // Set master mute in the HALs which support it.
1011 // Now set the master mute in each playback thread. Playback threads
1217 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1307 // but we use a copy from proposed in case config changes from the call.
1317 } else if (proposed.sample_rate != 44100) { // 44.1 is claimed as must in CDD as well as
1543 // Should already have been checked, but just in case
2250 // This should not happen in a transient state with current design.
2389 // same session ID or put it aside in case a new record thread is opened for a
2402 // This should only happen in case of overlap between one thread tear down and the
2441 AudioStreamIn *in = mmapThread->clearInput();
2442 ALOG_ASSERT(in != NULL, "in shouldn't be NULL");
2444 delete in;
2452 AudioStreamIn *in = thread->clearInput();
2453 ALOG_ASSERT(in != NULL, "in shouldn't be NULL");
2455 delete in;
2482 // This is a binder API, so a malicious client could pass in a bad parameter.
2548 // on behalf of a process not in notification clients and we ignore the warning.
2878 // that can only be created by audio policy manager (running in same process)
2899 // of the required type in effect factory
2923 // 0 and the effect is not auxiliary, continue enumeration in case
2972 // If output is not specified try to find a matching audio session ID in one of the
3099 // Check whether the destination thread and all effects in the chain are compatible
3102 " destination thread %p is not compatible with effects in the chain",
3207 // clear possible suspended state before parking the chain so that it starts in default state
3316 dprintf(fd, "unable to rotate tees in %.*s: %s\n", (int) teePathLen, teePath,