Searched defs:rc (Results 1 - 2 of 2) sorted by relevance
/device/moto/wingray/libaudio/ |
H A D | AudioHardware.cpp | 129 int rc=0; local 137 rc = ::read(fd, mCpcapGain, sizeof(mCpcapGain)); 141 if (rc != sizeof(mCpcapGain) || format != 0x30303032) {
|
/device/samsung/crespo/libaudio/ |
H A D | AudioHardware.cpp | 214 status_t rc; local 229 rc = out->set(this, devices, format, channels, sampleRate); 230 if (rc == NO_ERROR) { 235 if (rc != NO_ERROR) { 241 *status = rc; 284 status_t rc = NO_ERROR; local 291 rc = in->set(this, devices, format, channels, sampleRate, acoustic_flags); 292 if (rc == NO_ERROR) { 297 if (rc != NO_ERROR) { 303 *status = rc; 1110 int rc = pcm_get_htimestamp(mPcm, &kernelFr, &buffer->time_stamp); local [all...] |
Completed in 7 milliseconds