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
738 // Set master volume in the HALs which support it.
750 // Now set the master volume in each playback thread. Playback threads
850 // Set master mute in the HALs which support it.
862 // Now set the master mute in each playback thread. Playback threads
1064 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1305 // FIXME should be a "k" constant not hard-coded, in .h or ro. property, see 4 lines below
1450 // TODO: the uid should be passed in as a parameter to openRecord
2114 // same session ID or put it aside in case a new record thread is opened for a
2127 // This should only happen in case of overlap between one thread tear down and the
2160 AudioStreamIn *in = thread->clearInput();
2161 ALOG_ASSERT(in != NULL, "in shouldn't be NULL");
2163 in->hwDev()->close_input_stream(in->hwDev(), in->stream);
2164 delete in;
2249 // on behalf of a process not in notification clients and we ignore the warning.
2445 // that can only be created by audio policy manager (running in same process)
2461 // of the required type in effect factory
2485 // 0 and the effect is not auxiliary, continue enumeration in case
2534 // If output is not specified try to find a matching audio session ID in one of the
2651 // than disabling the addEffect_l() call in dstThread below.
2864 dprintf(fd, "unable to rotate tees in %s: %s\n", teePath, strerror(errno));