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