Searched refs:feature (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java494 * begin using the named feature. The interpretation of {@code feature}
499 * @param feature the name of the feature to be used
502 * implementation+feature combination, except that the value {@code -1}
505 public int startUsingNetworkFeature(int networkType, String feature) { argument
507 return mService.startUsingNetworkFeature(networkType, feature,
516 * using the named feature. The interpretation of {@code feature}
521 * @param feature th
527 stopUsingNetworkFeature(int networkType, String feature) argument
[all...]
H A DIConnectivityManager.aidl61 int startUsingNetworkFeature(int networkType, in String feature,
64 int stopUsingNetworkFeature(int networkType, in String feature);
H A DEthernetDataTracker.java299 * begin using the named feature. The interpretation of {@code feature}
301 * @param feature the name of the feature to be used
306 * implementation+feature combination, except that the value {@code -1}
310 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
316 * using the named feature. The interpretation of {@code feature}
318 * @param feature the name of the feature tha
327 stopUsingNetworkFeature(String feature, int callingPid, int callingUid) argument
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Dbuild_bc_lib.mk22 bc_clang_cc1_cflags := -target-feature +long64
/frameworks/wilhelm/src/
H A Dentry.c63 switch (option->feature) {
71 SL_LOGE("unknown engine option: feature=%u data=%u",
72 option->feature, option->data);
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c87 options[0].feature = 0x12345;
105 options[0].feature = SL_ENGINEOPTION_THREADSAFE;
107 options[1].feature = SL_ENGINEOPTION_LOSSOFCONTROL;
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1016 FeatureUser(int type, String feature, IBinder binder) { argument
1019 mFeature = feature;
1058 public boolean isSameUser(int pid, int uid, int networkType, String feature) { argument
1060 TextUtils.equals(mFeature, feature)) {
1073 public int startUsingNetworkFeature(int networkType, String feature, argument
1080 log("startUsingNetworkFeature for net " + networkType + ": " + feature + ", uid="
1090 FeatureUser f = new FeatureUser(networkType, feature, binder);
1093 int usedNetworkType = convertFeatureToNetworkType(networkType, feature);
1122 if (!TextUtils.equals(feature,Phone.FEATURE_ENABLE_DUN_ALWAYS)) {
1139 // In case there is no timer is specified for the feature,
1214 stopUsingNetworkFeature(int networkType, String feature) argument
3183 convertFeatureToNetworkType(int networkType, String feature) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java169 * begin using the named feature. The interpretation of {@code feature}
171 * @param feature the name of the feature to be used
176 * implementation+feature combination, except that the value {@code -1}
180 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
186 * using the named feature. The interpretation of {@code feature}
188 * @param feature the name of the feature tha
197 stopUsingNetworkFeature(String feature, int callingPid, int callingUid) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java43 /** Flag for the "options panel" feature. This is enabled by default. */
45 /** Flag for the "no title" feature, turning off the title at the top
48 /** Flag for the progress indicator feature */
58 /** Flag for custom title. You cannot combine this feature with other title features. */
70 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
94 * Max value used as a feature ID
253 * time onCreatePanelMenu() is called for this feature.
853 * will be available. You can not turn off a feature once it is requested.
1025 * Set the value for a drawable feature of this window, from a resource
1031 * @param featureId The desired drawable feature t
1183 hasFeature(int feature) argument
[all...]
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css2515 .feature-box {
2544 .feature-box h4,
2550 .feature-box p,
2555 .feature-box .link,
2562 .feature-box a, .feature-box h4,
2569 .feature-box:hover {
2572 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css2515 .feature-box {
2544 .feature-box h4,
2550 .feature-box p,
2555 .feature-box .link,
2562 .feature-box a, .feature-box h4,
2569 .feature-box:hover {
2572 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h503 XAuint32 feature; member in struct:XAEngineOption_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2747 SLuint32 feature; member in struct:SLEngineOption_

Completed in 213 milliseconds