Searched defs:buffer (Results 26 - 28 of 28) sorted by relevance

12

/hardware/libhardware/include/hardware/
H A Daudio_effect.h115 // | | | command must specify a buffer descriptor
123 // | | | command must specify a buffer descriptor
134 // | | | and returns them to the output buffer.
280 // (count and location) in input buffer descriptor and output processed
281 // samples as specified in output buffer descriptor. If the buffer descriptor
282 // is not specified the function must use either the buffer or the
283 // buffer provider function installed by the EFFECT_CMD_SET_CONFIG command.
297 // inBuffer: buffer descriptor indicating where to read samples to process.
300 // outBuffer: buffer descripto
786 audio_buffer_t buffer; // buffer for use by process() function if not passed explicitly member in struct:buffer_config_s
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp761 // the track stop() command is received and at that time the audio track buffer can
1198 char buffer[SIZE]; local
1201 snprintf(buffer, SIZE, "\nAudioPolicyManager Dump: %p\n", this);
1202 result.append(buffer);
1204 snprintf(buffer, SIZE, " Primary Output: %d\n", mPrimaryOutput);
1205 result.append(buffer);
1206 snprintf(buffer, SIZE, " A2DP device address: %s\n", mA2dpDeviceAddress.string());
1207 result.append(buffer);
1208 snprintf(buffer, SIZE, " SCO device address: %s\n", mScoDeviceAddress.string());
1209 result.append(buffer);
1386 char buffer[SIZE]; local
3084 char buffer[SIZE]; local
3122 char buffer[SIZE]; local
3161 char buffer[SIZE]; local
3183 char buffer[SIZE]; local
3222 char buffer[SIZE]; local
3313 char buffer[SIZE]; local
[all...]
/hardware/ril/libril/
H A Dril.cpp349 processCommandBuffer(void *buffer, size_t buflen) { argument
357 p.setData((uint8_t *) buffer, buflen);
1307 blockingWrite(int fd, const void *buffer, size_t len) { argument
1311 toWrite = (const uint8_t *)buffer;
2354 * We empty the buffer here and then ril_event will reset the timers on the

Completed in 109 milliseconds

12