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
68 // Note: the following macro is used for extremely verbose logging message. In
102 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
150 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
462 // If pid is already in the mClients wp<> map, then use that entry
737 // Set master volume in the HALs which support it.
749 // Now set the master volume in each playback thread. Playback threads
849 // Set master mute in the HALs which support it.
861 // Now set the master mute in each playback thread. Playback threads
1040 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1281 // FIXME should be a "k" constant not hard-coded, in .h or ro. property, see 4 lines below
1433 // TODO: the uid should be passed in as a parameter to openRecord
2050 // same session ID or put it aside in case a new record thread is opened for a
2063 // This should only happen in case of overlap between one thread tear down and the
2096 AudioStreamIn *in = thread->clearInput();
2097 ALOG_ASSERT(in != NULL, "in shouldn't be NULL");
2099 in->hwDev()->close_input_stream(in->hwDev(), in->stream);
2100 delete in;
2185 // on behalf of a process not in notification clients and we ignore the warning.
2381 // that can only be created by audio policy manager (running in same process)
2397 // of the required type in effect factory
2421 // 0 and the effect is not auxiliary, continue enumeration in case
2470 // If output is not specified try to find a matching audio session ID in one of the
2587 // than disabling the addEffect_l() call in dstThread below.
2799 dprintf(fd, "unable to rotate tees in %s: %s\n", teePath, strerror(errno));