Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 5 of 5) sorted by relevance

/device/huawei/angler/
Dsec_config2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
4 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */
8 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */
/device/lge/bullhead/
Dsec_config2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
8 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */
12 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */
/device/generic/goldfish/qemud/
Dqemud.c1208 typedef struct Client Client; typedef
1227 struct Client { struct
1228 Client* next; argument
1229 Client** pref; argument
1237 Client* clients; argument
1250 client_dump( Client* c, Packet* p, const char* funcname ) in client_dump()
1259 client_free( Client* c ) in client_free()
1282 client_fd_receive( Client* c, Packet* p ) in client_fd_receive()
1327 client_fd_close( Client* c ) in client_fd_close()
1346 client_registration( Client* c, int registered ) in client_registration()
[all …]
/device/moto/shamu/
Dsec_config2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
/device/sample/apps/client/src/com/example/android/platform_library/client/
DClient.java28 public class Client extends Activity { class