HomeSort by relevance Sort by last modified time
    Searched full:serviceid (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 37 void close(int serviceId);
38 boolean isConnected(int serviceId, int serviceType, int callType);
39 boolean isOpened(int serviceId);
40 void setRegistrationListener(int serviceId, in IImsRegistrationListener listener);
42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
44 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile,
46 IImsCallSession getPendingCallSession(int serviceId, String callId);
51 IImsUt getUtInterface(int serviceId);
72 IImsEcbm getEcbmInterface(int serviceId);
77 void setUiTTYMode(int serviceId, int uiTtyMode, in Message onComplete)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 48 typedef WINBOOL (WINAPI *PGET_SERVICE_ID)(USHORT Type,PUCHAR Name,PULONG ServiceID);
49 typedef WINBOOL (WINAPI *PGET_SERVICE_FROM_ID)(ULONG ServiceID,PIPX_SERVICE Service);
50 typedef DWORD (WINAPI *PGET_NEXT_SERVICE_FROM_ID)(ULONG ServiceID,PIPX_SERVICE NextService,PULONG NextServiceID);
wsdtypes.h 285 const WCHAR *ServiceId;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 511 * @param serviceId a service id to be closed which is obtained from {@link ImsManager#open}
514 public void close(int serviceId) throws ImsException {
518 mImsService.close(serviceId);
532 * @param serviceId a service id which is obtained from {@link ImsManager#open}
536 public ImsUtInterface getSupplementaryServiceConfiguration(int serviceId)
543 IImsUt iUt = mImsService.getUtInterface(serviceId);
564 * @param serviceId a service id which is obtained from {@link ImsManager#open}
577 public boolean isConnected(int serviceId, int serviceType, int callType)
582 return mImsService.isConnected(serviceId, serviceType, callType);
592 * @param serviceId a service id which is obtained from {@link ImsManager#open
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Service.java 38 public Service(Context context, Transport transport, int serviceId) {
41 mServiceId = serviceId;
  /packages/apps/Camera2/src/com/android/camera/
AccessibilityUtil.java 117 String serviceId = enabledService.getId();
118 if (serviceId != null && serviceId.startsWith(ACCESSIBILITY_PACKAGE_NAME_PREFIX)) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
74 if(serviceID.trim().equals(""))
PPreferredServiceParser.java 110 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
112 if(serviceID.trim().equals(""))
120 pps.setSubserviceIdentifiers(serviceID);
  /external/tcpdump/
rx.h 87 u_int16_t serviceId; /* header files indicate that the */
88 }; /* serviceId is first, it's really */
print-rx.c 407 u_short serviceId; /* Service identifier (net order) */
478 printf(" secindex %d serviceid %hu",
480 EXTRACT_16BITS(&rxh->serviceId));
619 rxent->serviceId = rxh->serviceId;
647 rxent->serviceId == rxh->serviceId &&
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 232 String serviceId = "META-INF/services/" + factoryId;
238 is = cl.getResourceAsStream(serviceId);
243 is = cl.getResourceAsStream(serviceId);
251 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 431 public final int serviceId;
437 int transportStreamId, int serviceId, int videoWidth, int videoHeight,
444 this.serviceId = serviceId;
  /external/mdnsresponder/mDNSPosix/
Responder.c 353 int serviceID;
448 thisServ->serviceID = gServiceID;
458 thisServ->serviceID,
642 thisServID = thisServ->serviceID;
650 thisServ->serviceID);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 537 String serviceId = SERVICES_PATH + factoryId;
543 is = ss.getResourceAsStream(cl, serviceId);
550 is = ss.getResourceAsStream(cl, serviceId);
559 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 49 #define CONFIG_SERVICE_ID_PROPERTY_NAME "config.s.serviceID"
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 49 #define CONFIG_SERVICE_ID_PROPERTY_NAME "config.s.serviceID"
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java 191 public AribData(int transportStreamId, int serviceId, int originalNetworkId) {
193 mServiceId = serviceId;
254 public DvbData(int transportStreamId, int serviceId, int originalNetworkId) {
256 mServiceId = serviceId;
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 168 "<serviceId>urn:wifialliance-org:serviceId:WFAWLANConfig1</serviceId>"
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 99 values.put(Channels.COLUMN_SERVICE_ID, channel.serviceId);
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 

Completed in 827 milliseconds

1 2