OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceType
(Results
1 - 16
of
16
) sorted by null
/system/connectivity/dhcp_client/
dhcp.h
27
enum
ServiceType
{
/external/avahi/avahi-sharp/
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);
/external/avahi/avahi-ui-sharp/
ServiceDialog.cs
123
public string
ServiceType
{
/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/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();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxsap.h
28
USHORT
ServiceType
;
qos.h
9
typedef ULONG
SERVICETYPE
;
38
SERVICETYPE
ServiceType
;
elscore.h
43
unsigned
ServiceType
:2;
111
unsigned
ServiceType
:2;
ipxrtdef.h
118
USHORT
ServiceType
;
124
USHORT
ServiceType
;
nspapi.h
307
GUID
ServiceType
;
321
GUID
ServiceType
;
netmon.h
[
all
...]
/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
/external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar
Completed in 370 milliseconds