Searched refs:lStatus (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioHardwareStub.cpp49 status_t lStatus = out->set(format, channels, sampleRate); local
51 *status = lStatus;
53 if (lStatus == NO_ERROR)
74 status_t lStatus = in->set(format, channels, sampleRate, acoustics); local
76 *status = lStatus;
78 if (lStatus == NO_ERROR)
H A DAudioHardwareGeneric.cpp82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate); local
84 *status = lStatus;
86 if (lStatus == NO_ERROR) {
122 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics); local
124 *status = lStatus;
126 if (lStatus == NO_ERROR) {
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp173 status_t lStatus = out->set(this, devices, format, channels, sampleRate); local
175 *status = lStatus;
177 if (lStatus == NO_ERROR) {
209 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags); local
211 *status = lStatus;
213 if (lStatus != NO_ERROR) {
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp239 status_t lStatus = out->set(this, devices, format, channels, sampleRate); local
241 *status = lStatus;
243 if (lStatus == NO_ERROR) {
275 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags); local
277 *status = lStatus;
279 if (lStatus != NO_ERROR) {

Completed in 51 milliseconds