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

1 2

  /system/connectivity/dhcp_client/
dhcp.h 27 enum ServiceType {
service.h 62 DHCP::ServiceType type_;
service.cc 105 type_ = static_cast<DHCP::ServiceType>(value.Get<int32_t>());
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 94 public static interface ServiceType {
134 * Service type. It is defined by ServiceType.
136 * @see ServiceType
186 * Return the ServiceState of the specific serviceType.
188 * @param serviceType it is defined by ServiceType.
192 * @see ServiceType
196 public int getServiceState(int serviceType) {
197 return getServiceInfo(serviceType, ServiceInfoKey.STATE, ServiceState.UNKNOWN);
201 * Return the service contact of the specific serviceType
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 34 public enum ServiceType {
105 public ServiceType serviceType;
114 used for respone if serviceType is SS_CLIR and
121 public ServiceType ServiceTypeFromRILInt(int type) {
123 return ServiceType.values()[type];
149 return "[SsData] " + "ServiceType: " + serviceType
154 + " Is Service Type CF: " + serviceType.isTypeCF();
GsmMmiCode.java 288 mSc = getScStringFromScType(ssData.serviceType);
298 ssData.serviceType.isTypeUnConditional()) {
300 * When ServiceType is SS_CFU/SS_CF_ALL and RequestType is activate/register
319 if (ssData.serviceType.isTypeClir()) {
322 } else if (ssData.serviceType.isTypeCF()) {
335 private String getScStringFromScType(SsData.ServiceType sType) {
    [all...]
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceInfoParser.java 43 import com.android.ims.RcsPresenceInfo.ServiceType;
163 ServiceType.VOLTE_CALL)) ||
165 ServiceType.VOLTE_CALL)))?ServiceState.ONLINE:
166 presenceInfoTmp.getServiceState(ServiceType.VOLTE_CALL),
167 presenceInfoTmp.getServiceContact(ServiceType.VOLTE_CALL),
168 presenceInfoTmp.getTimeStamp(ServiceType.VOLTE_CALL),
170 ServiceType.VT_CALL)) ||
172 ServiceType.VT_CALL)))?ServiceState.ONLINE:
173 presenceInfoTmp.getServiceState(ServiceType.VT_CALL),
174 presenceInfoTmp.getServiceContact(ServiceType.VOLTE_CALL)
    [all...]
  /external/avahi/avahi-sharp/
AvahiTest.cs 79 Console.WriteLine ("Got service type: " + args.ServiceType.ServiceType);
80 ServiceBrowser sb = new ServiceBrowser (client, args.ServiceType.ServiceType, args.ServiceType.Domain);
ServiceTypeBrowser.cs 36 public string ServiceType;
44 public ServiceTypeInfo ServiceType
175 info.ServiceType = Utility.PtrToString (type);
ServiceBrowser.cs 37 public string ServiceType;
185 info.ServiceType = Utility.PtrToString (type);
ServiceResolver.cs 111 service.ServiceType, service.Domain,
179 info.ServiceType = Utility.PtrToString (type);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
elscore.h 43 unsigned ServiceType :2;
111 unsigned ServiceType :2;
ipxsap.h 28 USHORT ServiceType;
qos.h 9 typedef ULONG SERVICETYPE;
38 SERVICETYPE ServiceType;
ipxrtdef.h 118 USHORT ServiceType;
124 USHORT ServiceType;
nspapi.h 307 GUID ServiceType;
321 GUID ServiceType;
ntdsapi.h 325 NTDSAPI DWORD WINAPI DsGetSpnA(DS_SPN_NAME_TYPE ServiceType,LPCSTR ServiceClass,LPCSTR ServiceName,USHORT InstancePort,USHORT cInstanceNames,LPCSTR *pInstanceNames,const USHORT *pInstancePorts,DWORD *pcSpn,LPSTR **prpszSpn);
326 NTDSAPI DWORD WINAPI DsGetSpnW(DS_SPN_NAME_TYPE ServiceType,LPCWSTR ServiceClass,LPCWSTR ServiceName,USHORT InstancePort,USHORT cInstanceNames,LPCWSTR *pInstanceNames,const USHORT *pInstancePorts,DWORD *pcSpn,LPWSTR **prpszSpn);
    [all...]
netmon.h     [all...]
  /external/avahi/avahi-discover-standalone/
main.c 43 struct ServiceType;
46 struct ServiceType *service_type;
56 struct ServiceType {
75 struct ServiceType *st;
187 struct ServiceType *st;
197 st = g_new(struct ServiceType, 1);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 674 bool UdpSocket2Windows::SetQos(int32_t serviceType,
692 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize,
710 if(serviceType == 0)
724 Qos.SendingFlowspec.ServiceType = serviceType;
733 // Only ServiceType is needed for receiving.
734 Qos.ReceivingFlowspec.ServiceType = serviceType;
768 Qos.ReceivingFlowspec.ServiceType = serviceType;
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java     [all...]
  /external/avahi/avahi-ui-sharp/
ServiceDialog.cs 123 public string ServiceType {
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java 402 RcsPresenceInfo.ServiceType.VOLTE_CALL)
405 RcsPresenceInfo.ServiceType.VT_CALL)
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 84 // NOTE: Must be in the same order as the ServiceType enum.
89 enum ServiceType {
97 "kValidIceServiceTypes must have as many strings as ServiceType "
146 ServiceType* service_type,
160 *service_type = static_cast<ServiceType>(i);
262 ServiceType service_type;
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 504 milliseconds

1 2