Searched refs:channel (Results 26 - 30 of 30) sorted by path

12

/frameworks/native/libs/input/
H A DInputTransport.cpp10 // Log debug messages about channel messages (send message, receive message)
101 ALOGD("Input channel constructed: name='%s', fd=%d",
106 LOG_ALWAYS_FATAL_IF(result != 0, "channel '%s' ~ Could not make socket "
112 ALOGD("Input channel destroyed: name='%s', fd=%d",
124 ALOGE("channel '%s' ~ Could not create socket pair. errno=%d",
157 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
171 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete",
178 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type);
192 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno);
205 ALOGD("channel '
231 InputPublisher(const sp<InputChannel>& channel) argument
369 InputConsumer(const sp<InputChannel>& channel) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2083 SLuint8 channel,
2088 SLuint8 channel,
2093 SLuint8 channel,
2098 SLuint8 channel,
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp106 uint8_t profile, sf_index, channel, header[2]; local
121 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
123 SL_LOGV("AacAdtsExtractor has found sr=%d channel=%d", sr, channel);
126 mMeta = MakeAACCodecSpecificData(profile, sf_index, channel);
/frameworks/wilhelm/src/itf/
H A DIMIDIMuteSolo.c22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, argument
27 if (channel > 15) {
31 SLuint16 mask = 1 << channel;
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, argument
50 if (channel > 15 || (NULL == pMute)) {
57 *pMute = (mask >> channel) & 1;
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, argument
70 if (channel > 15) {
74 SLuint16 mask = 1 << channel;
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, argument
[all...]
H A DIOutputMixExt.c214 unsigned channel; local
215 for (channel = 0; channel < STEREO_CHANNELS; ++channel) {
216 float gain = track->mGains[channel];
217 gains[channel] = gain;
226 summaries[channel] = summary;
445 unsigned channel; local
446 for (channel = 0; channel < STEREO_CHANNEL
[all...]

Completed in 1580 milliseconds

12