Searched refs:sDefaultMicros (Results 1 – 1 of 1) sorted by relevance
93 static const int32_t sDefaultMicros = 1000; // arbitrary in getAAudioHardwareBurstMinUsecFromSystemProperty() local96 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()