Searched defs:config (Results 226 - 250 of 470) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/lib/
H A DCompiler.cpp123 return "Invalid compiler config supplied (getTarget() returns nullptr.) "
131 "TargetMachine. (missing call to Compiler::config()?)";
169 enum ErrorCode err = config(pConfig);
179 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { function in class:Compiler
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp31 #include <llvm/Config/config.h>
224 CompilerConfig *config = nullptr; local
226 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
227 if (config == nullptr) {
233 config->setRelocationModel(llvm::Reloc::PIC_);
237 if (config->getTriple().find("x86_64") != std::string::npos) {
238 config->setCodeModel(llvm::CodeModel::Small);
242 case '0': config->setOptimizationLevel(llvm::CodeGenOpt::None); break;
243 case '1': config->setOptimizationLevel(llvm::CodeGenOpt::Less); break;
244 case '2': config
[all...]
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, argument
172 return eglCreateWindowSurface(display, config, window.get(), NULL);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h134 egl_surface_t(egl_display_t* dpy, EGLConfig config,
144 EGLConfig config; member in class:android::egl_surface_t
160 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config,
168 EGLConfig config; member in class:android::egl_context_t
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp183 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
224 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java141 for(EGLConfig config : configs) {
142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
161 closestConfig = config;
169 EGLConfig config, int attribute, int defaultValue) {
171 if (egl.eglGetConfigAttrib(display, config, attribut
168 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
187 printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) argument
291 onSurfaceCreated(GL10 gl, EGLConfig config) argument
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp97 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java141 for(EGLConfig config : configs) {
142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
161 closestConfig = config;
169 EGLConfig config, int attribute, int defaultValue) {
171 if (egl.eglGetConfigAttrib(display, config, attribut
168 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
187 printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) argument
291 onSurfaceCreated(GL10 gl, EGLConfig config) argument
[all...]
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java144 for(EGLConfig config : configs) {
145 int d = findConfigAttrib(egl, display, config,
147 int s = findConfigAttrib(egl, display, config,
150 int r = findConfigAttrib(egl, display, config,
152 int g = findConfigAttrib(egl, display, config,
154 int b = findConfigAttrib(egl, display, config,
156 int a = findConfigAttrib(egl, display, config,
164 closestConfig = config;
172 EGLConfig config, int attribute, int defaultValue) {
174 if (egl.eglGetConfigAttrib(display, config, attribut
171 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
190 printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) argument
294 onSurfaceCreated(GL10 gl, EGLConfig config) argument
[all...]
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScoredNetworkEvaluator.java222 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) {
228 mEphemeralConfig = config;
229 mWifiConfigManager.setNetworkCandidateScanResult(config.networkId, scanResult, 0);
237 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) {
246 mSavedConfig = config;
249 mWifiConfigManager.setNetworkCandidateScanResult(config.networkId, scanResult, 0);
273 // Mark this config as ephemeral so it isn't persisted.
221 trackUntrustedCandidate( ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) argument
236 trackExternallyScoredCandidate( ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) argument
H A DSoftApManager.java85 WifiConfiguration config,
95 if (config == null) {
98 mApConfig = config;
104 * Start soft AP with the supplied config.
130 * @param config AP configuration
133 private int startSoftAp(WifiConfiguration config) { argument
134 if (config == null || config.SSID == null) {
140 WifiConfiguration localConfig = new WifiConfiguration(config);
155 && config
78 SoftApManager(Looper looper, WifiNative wifiNative, String countryCode, Listener listener, IApInterface apInterface, INetworkManagementService nms, WifiApConfigStore wifiApConfigStore, WifiConfiguration config, WifiMetrics wifiMetrics) argument
[all...]
H A DWifiLastResortWatchdog.java104 final WifiConfiguration config = pair.second;
117 availableNetworkFailureCount = new AvailableNetworkFailureCount(config);
125 ssidFailsAndApCount = Pair.create(new AvailableNetworkFailureCount(config),
136 // refresh config if it is not null
137 if (config != null) {
138 availableNetworkFailureCount.config = config;
289 if (availableNetworkFailureCount.config == null) {
291 Log.v(TAG, "updateFailureCountForNetwork: network has no config ["
315 if (entry.getValue().config !
480 public WifiConfiguration config; field in class:WifiLastResortWatchdog.AvailableNetworkFailureCount
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareDiscoverySessionState.java119 * @param config Configuration of the publish session.
121 public boolean updatePublish(short transactionId, PublishConfig config) { argument
132 boolean success = mWifiAwareNativeApi.publish(transactionId, mPubSubId, config);
149 * @param config Configuration of the subscribe session.
151 public boolean updateSubscribe(short transactionId, SubscribeConfig config) { argument
162 boolean success = mWifiAwareNativeApi.subscribe(transactionId, mPubSubId, config);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DLegacyPasspointConfigParser.java215 LegacyPasspointConfig config = processPpsNode(ppsNode);
216 configs.put(config.mFqdn, config);
293 LegacyPasspointConfig config = new LegacyPasspointConfig();
297 processHomeSPNode(node, config);
300 processCredentialNode(node, config);
307 if (config.mFqdn == null) {
310 return config;
314 * Process a HomeSP node to retrieve configuration data into the given |config|.
317 * @param config Th
320 processHomeSPNode(Node homeSpNode, LegacyPasspointConfig config) argument
351 processCredentialNode(Node credentialNode, LegacyPasspointConfig config) argument
380 processSimNode(Node simNode, LegacyPasspointConfig config) argument
[all...]
H A DPasspointProvider.java90 public PasspointProvider(PasspointConfiguration config, WifiKeyStore keyStore, argument
92 this(config, keyStore, simAccessor, providerId, creatorUid, null, null, null);
95 public PasspointProvider(PasspointConfiguration config, WifiKeyStore keyStore, argument
99 mConfig = new PasspointConfiguration(config);
270 * the SSID, which should be added by the caller when the config is being used for network
464 * @param config Instance of {@link WifiEnterpriseConfig}
467 private void buildEnterpriseConfigForUserCredential(WifiEnterpriseConfig config, argument
471 config.setEapMethod(WifiEnterpriseConfig.Eap.TTLS);
472 config.setIdentity(credential.getUsername());
473 config
500 buildEnterpriseConfigForCertCredential(WifiEnterpriseConfig config) argument
512 buildEnterpriseConfigForSimCredential(WifiEnterpriseConfig config, Credential.SimCredential credential) argument
535 setAnonymousIdentityToNaiRealm(WifiEnterpriseConfig config, String realm) argument
563 buildUserCredentialFromEnterpriseConfig( WifiEnterpriseConfig config) argument
609 buildSimCredentialFromEnterpriseConfig( int eapType, WifiEnterpriseConfig config) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttServiceTest.java155 int clientKey, ResponderConfig config) {
156 when(mWifiNative.enableRttResponder(anyInt())).thenReturn(config);
178 ResponderConfig config = new ResponderConfig();
179 config.macAddress = MAC;
180 return config;
154 sendEnableResponder(BidirectionalAsyncChannel channel, Handler handler, int clientKey, ResponderConfig config) argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProviderTest.java91 * @param config The configuration associated with the provider
94 private PasspointProvider createProvider(PasspointConfiguration config) { argument
95 return new PasspointProvider(config, mKeyStore, mSimAccessor, PROVIDER_ID, CREATOR_UID);
176 PasspointConfiguration config = new PasspointConfiguration();
179 config.setHomeSp(homeSp);
182 config.setCredential(credential);
183 mProvider = createProvider(config);
184 verifyInstalledConfig(config, true);
188 config.getHomeSp().setFqdn("test2");
189 verifyInstalledConfig(config, fals
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DXmlUtilTest.java185 * Verify that a EAP WifiConfiguration is serialized & deserialized correctly for config store.
186 * This basically exercises all the elements being serialized in config store.
363 WifiEnterpriseConfig config = new WifiEnterpriseConfig();
364 config.setFieldValue(WifiEnterpriseConfig.IDENTITY_KEY, TEST_IDENTITY);
365 config.setFieldValue(WifiEnterpriseConfig.ANON_IDENTITY_KEY, TEST_ANON_IDENTITY);
366 config.setFieldValue(WifiEnterpriseConfig.PASSWORD_KEY, TEST_PASSWORD);
367 config.setFieldValue(WifiEnterpriseConfig.CLIENT_CERT_KEY, TEST_CLIENT_CERT);
368 config.setFieldValue(WifiEnterpriseConfig.CA_CERT_KEY, TEST_CA_CERT);
369 config.setFieldValue(WifiEnterpriseConfig.SUBJECT_MATCH_KEY, TEST_SUBJECT_MATCH);
370 config
562 serializeWifiEnterpriseConfig(WifiEnterpriseConfig config) argument
582 serializeDeserializeWifiEnterpriseConfig(WifiEnterpriseConfig config) argument
[all...]
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLRenderer.java33 public void onSurfaceCreated(GL10 unused, EGLConfig config) { argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerTest.java938 public void removeAnchorItemTest(final Config config, int adapterSize, argument
952 if (config.mOrientation == HORIZONTAL) {
968 if (config.mOrientation == HORIZONTAL) {
975 RecyclerView recyclerView = setupBasic(config, adapter);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { argument
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h120 effect_config_t config; member in struct:EffectContext
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp111 effect_config_t config; member in struct:android::__anon345::EqualizerContext
250 pContext->config = *pConfig;
278 *pConfig = pContext->config;
307 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
308 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
309 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
310 pContext->config.inputCfg.samplingRate = 44100;
311 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
312 pContext->config.inputCfg.bufferProvider.releaseBuffer = NULL;
313 pContext->config
[all...]

Completed in 3449 milliseconds

1234567891011>>