Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.h156 return getIntegerProperty("aaudio.mmap_policy", AAUDIO_POLICY_UNSPECIFIED); in getMMapPolicyProperty()
192 static int getIntegerProperty(const char *name, int defaultValue);
Dutils.cpp226 , mMMapExclusiveSupported(isPolicyEnabled(getIntegerProperty( in AAudioExtensions()
231 int AAudioExtensions::getIntegerProperty(const char *name, int defaultValue) { in getIntegerProperty() function in AAudioExtensions