Searched defs:ul (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixerState.cpp77 unsigned long ul = strtoul(value, &endptr, 0); local
78 if (*endptr == '\0' && kMinFastTracks <= ul && ul <= kMaxFastTracks) {
79 sMaxFastTracks = (unsigned) ul;
H A DThreads.cpp214 unsigned long ul = strtoul(value, &endptr, 0); local
215 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) {
216 sFastTrackMultiplier = (int) ul;
2809 unsigned long ul = strtoul(value, &endptr, 0); local
2810 if (*endptr == '\0' && ul != 0) {
8832 unsigned long ul = strtoul(value, &endptr, 0); local
8833 if (*endptr == '\0' && ul != 0) {

Completed in 111 milliseconds