Searched refs:getIntegerProperty (Results 1 – 2 of 2) sorted by relevance
156 return getIntegerProperty("aaudio.mmap_policy", AAUDIO_POLICY_UNSPECIFIED); in getMMapPolicyProperty()192 static int getIntegerProperty(const char *name, int defaultValue);
226 , mMMapExclusiveSupported(isPolicyEnabled(getIntegerProperty( in AAudioExtensions()231 int AAudioExtensions::getIntegerProperty(const char *name, int defaultValue) { in getIntegerProperty() function in AAudioExtensions