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 358 * @param serviceId a service id to be closed which is obtained from {@link ImsManager#open}
361 public void close(int serviceId) throws ImsException {
365 mImsService.close(serviceId);
379 * @param serviceId a service id which is obtained from {@link ImsManager#open}
383 public ImsUtInterface getSupplementaryServiceConfiguration(int serviceId)
390 IImsUt iUt = mImsService.getUtInterface(serviceId);
411 * @param serviceId a service id which is obtained from {@link ImsManager#open}
424 public boolean isConnected(int serviceId, int serviceType, int callType)
429 return mImsService.isConnected(serviceId, serviceType, callType);
439 * @param serviceId a service id which is obtained from {@link ImsManager#open
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 205 public void onNewIntent(Intent intent, int serviceId) {
208 stopSelf(serviceId);
215 stopSelf(serviceId);
222 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
246 stopSelfIfIdle(serviceId);
262 onNetworkUnavailable(serviceId, transactionType);
321 launchTransaction(serviceId, args, false);
333 stopSelfIfIdle(serviceId);
341 launchTransaction(serviceId, args, noNetwork)
    [all...]
Transaction.java 61 public Transaction(Context context, int serviceId,
65 mServiceId = serviceId;
240 return getClass().getName() + ": serviceId=" + mServiceId;
NotificationTransaction.java 81 Context context, int serviceId,
83 super(context, serviceId, connectionSettings);
106 Context context, int serviceId,
108 super(context, serviceId, connectionSettings);
RetrieveTransaction.java 79 public RetrieveTransaction(Context context, int serviceId,
82 super(context, serviceId, connectionSettings);
SmsReceiverService.java 198 int serviceId = msg.arg1;
201 Log.v(TAG, "handleMessage serviceId: " + serviceId + " intent: " + intent);
228 SmsReceiver.finishStartingService(SmsReceiverService.this, serviceId);
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Service.java 38 public Service(Context context, Transport transport, int serviceId) {
41 mServiceId = serviceId;
  /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...]
  /external/chromium_org/extensions/common/api/
bluetooth_low_energy.idl 151 // |serviceId| : The instance ID of the requested GATT service.
153 static void getService(DOMString serviceId, ServiceCallback callback);
172 // |serviceId| : The instance ID of the GATT service whose characteristics
176 static void getCharacteristics(DOMString serviceId,
180 // |serviceId| : The instance ID of the GATT service whose included
184 static void getIncludedServices(DOMString serviceId,
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 228 String serviceId = "META-INF/services/" + factoryId;
234 is = cl.getResourceAsStream(serviceId);
239 is = cl.getResourceAsStream(serviceId);
247 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
  /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;

Completed in 3469 milliseconds

1 2