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.cpp215 unsigned long ul = strtoul(value, &endptr, 0); local
216 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) {
217 sFastTrackMultiplier = (int) ul;
2623 unsigned long ul = strtoul(value, &endptr, 0); local
2624 if (*endptr == '\0' && ul != 0) {
8354 unsigned long ul = strtoul(value, &endptr, 0); local
8355 if (*endptr == '\0' && ul != 0) {

Completed in 154 milliseconds