Home
last modified time | relevance | path

Searched refs:sDefaultMicros (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.cpp93 static const int32_t sDefaultMicros = 1000; // arbitrary in getAAudioHardwareBurstMinUsecFromSystemProperty() local
96 int32_t prop = property_get_int32(sPropHwBurstMinUsec, sDefaultMicros); in getAAudioHardwareBurstMinUsecFromSystemProperty()
98 ALOGE("%s invalid value %d, use default %d", __func__, prop, sDefaultMicros); in getAAudioHardwareBurstMinUsecFromSystemProperty()
99 prop = sDefaultMicros; in getAAudioHardwareBurstMinUsecFromSystemProperty()