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

  /hardware/qcom/gps/etc/
gps.conf 42 # GPS Capabilities bit mask
49 CAPABILITIES=0x37
  /device/moto/shamu/
gps.conf 44 # GPS Capabilities bit mask
51 CAPABILITIES=0x33
  /device/lge/hammerhead/
gps.conf 37 # GPS Capabilities bit mask
44 CAPABILITIES=0x33
  /device/lge/mako/
gps.conf 37 # GPS Capabilities bit mask
44 CAPABILITIES=0x33
  /hardware/qcom/gps/msm8960/etc/
gps.conf 44 # GPS Capabilities bit mask
51 CAPABILITIES=0x37
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 60 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY |
64 : NativeDisplay (CAPABILITIES,
82 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
103 : NativeWindow (CAPABILITIES)
137 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
173 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
179 : NativePixmap (CAPABILITIES)
193 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
225 Display::CAPABILITIES,
  /device/htc/flounder/gps/qct/
gps.conf 16 CAPABILITIES=0x33
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 197 gps_conf.CAPABILITIES &= ~(GPS_CAPABILITY_MSA | GPS_CAPABILITY_MSB);
203 LOC_LOGD("GSS open success! CAPABILITIES %0lx\n",
204 gps_conf.CAPABILITIES);
269 loc_afw_data.adapter->requestUlp(gps_conf.CAPABILITIES);
574 //Return an interface to AGPS only if MSA or MSB capabilities
578 if((gps_conf.CAPABILITIES & GPS_CAPABILITY_MSA) ||
579 (gps_conf.CAPABILITIES & GPS_CAPABILITY_MSB) ) {
580 LOC_LOGD("%s:%d]: AGPS capabilities found\n", __func__, __LINE__);
603 if ((gps_conf.CAPABILITIES | GPS_CAPABILITY_GEOFENCING) == gps_conf.CAPABILITIES ){
    [all...]
loc_eng.h 145 unsigned long CAPABILITIES;
loc_eng.cpp 102 {"CAPABILITIES", &gps_conf.CAPABILITIES, NULL, 'n'},
132 gps_conf.CAPABILITIES = 0x7;
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
AccountTests.java 54 assertEquals(before.capabilities, after.capabilities);
68 json.put(UIProvider.AccountColumns.CAPABILITIES, 2);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 237 gps_conf.CAPABILITIES &= ~(GPS_CAPABILITY_MSA | GPS_CAPABILITY_MSB);
243 LOC_LOGD("GSS open success! CAPABILITIES %0lx\n",
244 gps_conf.CAPABILITIES);
253 gps_conf.CAPABILITIES &= ~(GPS_CAPABILITY_MSA | GPS_CAPABILITY_MSB);
254 LOC_LOGD("qca1530 present: CAPABILITIES %0lx\n", gps_conf.CAPABILITIES);
319 loc_afw_data.adapter->requestUlp(gps_conf.CAPABILITIES);
722 if ((gps_conf.CAPABILITIES | GPS_CAPABILITY_GEOFENCING) == gps_conf.CAPABILITIES ){
loc_eng.h 150 uint32_t CAPABILITIES;
loc_eng.cpp 105 {"CAPABILITIES", &gps_conf.CAPABILITIES, NULL, 'n'},
137 gps_conf.CAPABILITIES = 0x7;
    [all...]
  /external/iputils/
ping_common.h 21 #ifdef CAPABILITIES
263 #ifdef CAPABILITIES
arping.c 26 #ifdef CAPABILITIES
98 #ifndef CAPABILITIES
151 #ifdef CAPABILITIES
158 #ifdef CAPABILITIES
207 #ifdef CAPABILITIES
248 #ifdef CAPABILITIES
ping_common.c 69 #ifdef CAPABILITIES
76 #ifdef CAPABILITIES
130 #ifndef CAPABILITIES
138 #ifdef CAPABILITIES
186 #ifdef CAPABILITIES
clockdiff.c 23 #ifdef CAPABILITIES
536 #ifdef CAPABILITIES
traceroute6.c 252 #ifdef CAPABILITIES
353 #ifdef CAPABILITIES
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 95 * The possible capabilities that this account supports.
97 public final int capabilities; field in class:Account
272 json.put(AccountColumns.CAPABILITIES, capabilities);
393 capabilities = json.getInt(AccountColumns.CAPABILITIES);
457 cursor.getColumnIndex(UIProvider.AccountColumns.CAPABILITIES);
459 capabilities = cursor.getInt(capabilitiesColumnIndex);
461 capabilities = 0;
559 return (capabilities & capability) != 0
    [all...]
UIProvider.java 239 .put(AccountColumns.CAPABILITIES, Integer.class)
409 * This integer column contains a bit field of the possible capabilities that this account
412 public static final String CAPABILITIES = "capabilities";
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 277 map.put(UIProvider.AccountColumns.CAPABILITIES, 0);
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 651 // Account doesn't have the right capabilities; skip this one.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 292 folderMap.put(FolderColumns.CAPABILITIES, FolderCapabilities.CAN_ACCEPT_MOVED_MESSAGES);
313 accountMap.put(AccountColumns.CAPABILITIES,
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 3445 int capabilities; local
    [all...]

Completed in 721 milliseconds