/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsService.aidl | 35 void close(int serviceId); 36 boolean isConnected(int serviceId, int serviceType, int callType); 37 boolean isOpened(int serviceId); 38 void setRegistrationListener(int serviceId, in IImsRegistrationListener listener); 40 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); 42 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, 44 IImsCallSession getPendingCallSession(int serviceId, String callId); 49 IImsUt getUtInterface(int serviceId); 71 IImsEcbm getEcbmInterface(int serviceId);
|
/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 | 260 * @param serviceId a service id to be closed which is obtained from {@link ImsManager#open} 263 public void close(int serviceId) throws ImsException { 267 mImsService.close(serviceId); 281 * @param serviceId a service id which is obtained from {@link ImsManager#open} 285 public ImsUtInterface getSupplementaryServiceConfiguration(int serviceId) 292 IImsUt iUt = mImsService.getUtInterface(serviceId); 313 * @param serviceId a service id which is obtained from {@link ImsManager#open} 326 public boolean isConnected(int serviceId, int serviceType, int callType) 331 return mImsService.isConnected(serviceId, serviceType, callType); 341 * @param serviceId a service id which is obtained from {@link ImsManager#open [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 203 public void onNewIntent(Intent intent, int serviceId) { 208 stopSelf(serviceId); 215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() + 239 stopSelfIfIdle(serviceId); 255 onNetworkUnavailable(serviceId, transactionType); 314 launchTransaction(serviceId, args, false); 326 stopSelfIfIdle(serviceId); 334 launchTransaction(serviceId, args, noNetwork); 368 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) [all...] |
Transaction.java | 61 public Transaction(Context context, int serviceId, 65 mServiceId = serviceId; 240 return getClass().getName() + ": serviceId=" + mServiceId;
|
NotificationTransaction.java | 82 Context context, int serviceId, 84 super(context, serviceId, connectionSettings); 107 Context context, int serviceId, 109 super(context, serviceId, connectionSettings);
|
RetrieveTransaction.java | 79 public RetrieveTransaction(Context context, int serviceId, 82 super(context, serviceId, connectionSettings);
|
SmsReceiverService.java | 191 int serviceId = msg.arg1; 194 Log.v(TAG, "handleMessage serviceId: " + serviceId + " intent: " + intent); 221 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/chrome/common/extensions/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 | 189 public AribData(int transportStreamId, int serviceId, int originalNetworkId) { 191 mServiceId = serviceId; 252 public DvbData(int transportStreamId, int serviceId, int originalNetworkId) { 254 mServiceId = serviceId;
|