HomeSort by relevance Sort by last modified time
    Searched refs:readConfig (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera21.java 213 readConfig(config);
222 private void readConfig(XmlPullParser configParser) {
237 paneLayout.readConfig(this, configParser);
PaneLayout.java 120 public void readConfig(TestingCamera21 tc, XmlPullParser configParser)
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 81 bool readConfig (const char* name, bool bResetContent);
185 ** Function: CNxpNfcConfig::readConfig()
193 bool CNxpNfcConfig::readConfig (const char* name, bool bResetContent)
468 theInstance.readConfig (strPath.c_str (), true);
475 theInstance.readConfig (strPath.c_str (), true);
933 CNxpNfcConfig::GetInstance ().readConfig (strPath.c_str (), false);
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 129 bool readConfig(const char* name, bool bResetContent);
221 ** Function: CNfcConfig::readConfig()
229 bool CNfcConfig::readConfig(const char* name, bool bResetContent) {
441 theInstance.readConfig(strPath.c_str(), true);
447 theInstance.readConfig(strPath.c_str(), true);
835 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
  /external/skia/src/gpu/
GrGpu.cpp 267 GrPixelConfig readConfig, DrawPreference* drawPreference,
276 if (kRGB_565_GrPixelConfig == readConfig || kRGBA_4444_GrPixelConfig == readConfig) {
280 if (!this->onGetReadPixelsInfo(srcSurface, width, height, rowBytes, readConfig, drawPreference,
GrGpu.h 209 GrPixelConfig readConfig, DrawPreference*, ReadPixelTempDrawInfo*);
572 size_t rowBytes, GrPixelConfig readConfig, DrawPreference*,
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 141 void readConfig();
ContextBase.cpp 91 void ContextBase::readConfig()
  /hardware/qcom/gps/sdm845/core/
ContextBase.h 141 void readConfig();
ContextBase.cpp 91 void ContextBase::readConfig()
  /system/nfc/halimpl/bcm2079x/adaptation/
config.cpp 69 bool readConfig(const char* name, bool bResetContent);
160 ** Function: CNfcConfig::readConfig()
168 bool CNfcConfig::readConfig(const char* name, bool bResetContent) {
363 theInstance.readConfig(strPath.c_str(), true);
671 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
  /system/nfc/src/adaptation/
config.cpp 69 bool readConfig(const char* name, bool bResetContent);
160 ** Function: CNfcConfig::readConfig()
168 bool CNfcConfig::readConfig(const char* name, bool bResetContent) {
374 theInstance.readConfig(strPath.c_str(), true);
682 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
GrGLGpu.h 70 GrPixelConfig readConfig, DrawPreference*,
225 // Checks whether glReadPixels can be called to get pixel values in readConfig from the
227 bool readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig);
229 // Checks whether glReadPixels can be called to get pixel values in readConfig from a
232 bool readPixelsSupported(GrPixelConfig renderTargetConfig, GrPixelConfig readConfig);
234 // Checks whether glReadPixels can be called to get pixel values in readConfig from a
237 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
GrGLCaps.h 326 /// Does ReadPixels support reading readConfig pixels from a FBO that is surfaceConfig?
328 GrPixelConfig readConfig,
GrGLCaps.cpp     [all...]
  /external/skia/src/gpu/mock/
GrMockGpu.h 27 GrPixelConfig readConfig, DrawPreference*,
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 29 GrPixelConfig readConfig, DrawPreference*,
  /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
PasspointConfigurationTest.java 182 PasspointConfiguration readConfig =
184 assertTrue(readConfig.equals(writeConfig));
  /external/skia/src/gpu/vk/
GrVkGpu.h 68 GrPixelConfig readConfig, DrawPreference*,
GrVkGpu.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 151 SubscriptionManager.from(context), Config.readConfig(context), bgLooper,
454 mConfig = Config.readConfig(mContext);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 

Completed in 858 milliseconds

1 2 3 4 5