HomeSort by relevance Sort by last modified time
    Searched defs:getConfig (Results 76 - 100 of 540) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 264 AudioPolicyConfig& getConfig() { return mConfig; }
    [all...]
  /frameworks/base/core/java/android/net/
IpSecTransform.java 158 return IpSecConfig.equals(lhs.getConfig(), rhs.getConfig())
206 IpSecConfig getConfig() {
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 62 static inline EGLConfig getConfig(JNIEnv* env, jobject o) {
231 EGLConfig cnf = getConfig(_env, config);
247 EGLConfig cnf = getConfig(_env, config);
269 EGLContext cnf = getConfig(_env, config);
296 EGLContext cnf = getConfig(_env, config);
324 EGLContext cnf = getConfig(_env, config);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 149 public ZenModeConfig getConfig() {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 363 int[] configSpec = getConfig();
373 private static int[] getConfig() {
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
EnvironmentalReverbEffect.impl.h 114 Return<void> EnvironmentalReverbEffect::getConfig(getConfig_cb _hidl_cb) {
115 return mEffect->getConfig(_hidl_cb);
EqualizerEffect.impl.h 108 Return<void> EqualizerEffect::getConfig(getConfig_cb _hidl_cb) {
109 return mEffect->getConfig(_hidl_cb);
Effect.impl.h 551 Return<void> Effect::getConfig(getConfig_cb _hidl_cb) {
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 523 ResultLogConfig getConfig() {
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 523 ResultLogConfig getConfig() {
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
GlobalConfigurationTest.java 228 public InputStream getConfig(String name) throws ConfigurationException {
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 407 int[] configSpec = getConfig();
417 private int[] getConfig() {
  /external/deqp/modules/egl/
teglSwapBuffersWithDamageTests.cpp 275 virtual EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay);
312 EGLConfig SwapBuffersWithDamageTest::getConfig (const Library& egl, EGLDisplay eglDisplay)
328 m_eglConfig = getConfig(egl, m_eglDisplay);
458 EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay);
471 EGLConfig SwapBuffersWithDamageAndPreserveBufferTest::getConfig (const Library& egl, EGLDisplay eglDisplay)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 423 public final Bitmap.Config getConfig() {
  /external/swiftshader/tests/unittests/
unittests.cpp 280 EGLConfig getConfig() const { return config; }
875 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, buffer, getConfig(), attribs);
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 196 virtual status_t getConfig(
476 virtual status_t getConfig(
478 return mBase->getConfig(index, params, size);
725 err = getConfig(index, params, size);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp     [all...]
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java 100 public AudioPolicyConfig getConfig() { return mConfig; }
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 117 int[] configSpec = getConfig();
127 private static int[] getConfig() {
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 84 protected Config getConfig() {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 412 int[] configSpec = getConfig();
422 private static int[] getConfig() {
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 226 public Config getConfig() {
635 Bitmap_Delegate delegate = new Bitmap_Delegate(image, srcBmpDelegate.getConfig());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 135 public PasspointConfiguration getConfig() {
  /frameworks/support/paging/common/src/main/java/androidx/paging/
PagedList.java 564 public Config getConfig() {
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp     [all...]

Completed in 720 milliseconds

1 2 34 5 6 7 8 91011>>