OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lFormat
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp
63
int
lFormat
= AudioSystem::PCM_16_BIT;
70
lFormat
= outFinal->format();
76
lFormat
= *format;
78
*format =
lFormat
;
100
devices,
lFormat
, lChannels, lRate);
130
int
lFormat
= AudioSystem::PCM_16_BIT;
136
lFormat
= inFinal->format();
142
lFormat
= *format;
144
*format =
lFormat
;
166
devices,
lFormat
, lChannels, lRate)
[
all
...]
A2dpAudioInterface.cpp
238
int
lFormat
= pFormat ? *pFormat : 0;
242
ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device,
lFormat
, lChannels, lRate);
245
if (
lFormat
== 0)
lFormat
= format();
250
if ((
lFormat
!= format()) ||
259
if (pFormat) *pFormat =
lFormat
;
AudioHardwareGeneric.cpp
200
int
lFormat
= pFormat ? *pFormat : 0;
205
if (
lFormat
== 0)
lFormat
= format();
210
if ((
lFormat
!= format()) ||
219
if (pFormat) *pFormat =
lFormat
;
Completed in 38 milliseconds