Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 75) sorted by relevance

123

/system/core/libcutils/
Dsocket_network_client.c36 int socket_network_client(const char *host, int port, int type) in socket_network_client()
44 int socket_network_client_timeout(const char *host, int port, int type, int timeout) in socket_network_client_timeout()
Dsocket_local_server.c28 int socket_local_server(const char *name, int namespaceId, int type) in socket_local_server()
97 int socket_local_server(const char *name, int namespace, int type)
Dsocket_local_client.c27 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client()
153 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client()
Dsocket_loopback_client.c36 int socket_loopback_client(int port, int type) in socket_loopback_client()
Dsocket_inaddr_any_server.c35 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
Dsocket_loopback_server.c35 int socket_loopback_server(int port, int type) in socket_loopback_server()
/system/core/include/utils/
DCondition.h66 void signal(WakeUpType type) { in signal()
91 inline Condition::Condition(int type) { in Condition()
DMutex.h97 inline Mutex::Mutex(int type, __attribute__((unused)) const char* name) { in Mutex()
DRWLock.h90 inline RWLock::RWLock(int type, __attribute__((unused)) const char* name) { in RWLock()
/system/media/audio_route/
Daudio_route.c80 static bool is_supported_ctl_type(enum mixer_ctl_type type) in is_supported_ctl_type()
305 enum mixer_ctl_type type; in path_apply() local
328 enum mixer_ctl_type type; in path_reset() local
374 enum mixer_ctl_type type; in start_tag() local
479 enum mixer_ctl_type type; in alloc_mixer_state() local
517 enum mixer_ctl_type type; in free_mixer_state() local
542 enum mixer_ctl_type type; in audio_route_update_mixer() local
576 enum mixer_ctl_type type; in save_mixer_state() local
592 enum mixer_ctl_type type; in audio_route_reset() local
673 enum mixer_ctl_type type; in audio_route_update_path() local
/system/core/libmemtrack/
Dmemtrack.c32 enum memtrack_type type; member
80 pid_t pid, enum memtrack_type type) in memtrack_proc_get_type()
148 enum memtrack_type type = types[i]; in memtrack_proc_sum() local
/system/extras/tests/framebuffer/
Dminui.h37 unsigned type; member
/system/core/libnetutils/
Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg()
/system/core/toolbox/upstream-netbsd/bin/cp/
Dcp.c109 enum op type; in main() local
324 copy(char *argv[], enum op type, int fts_options) in copy()
/system/core/fastbootd/
Dnetwork_discovery.c80 const char *type = FASTBOOTD_TYPE; in register_service() local
/system/vold/
DCommandListener.cpp542 static int getType(const char* type) in getType()
604 int type = getType(argv[3]); in runCommand() local
634 int type = getType(argv[2]); in runCommand() local
DVolumeManager.h48 container_type_t type; variable
/system/media/camera/include/system/
Dcamera_metadata.h84 uint8_t type; member
103 uint8_t type; member
/system/core/libsysutils/src/
DNetlinkEvent.cpp88 static const char *rtMessageName(int type) { in rtMessageName()
171 int type = nh->nlmsg_type; in parseIfAddrMessage() local
278 uint8_t type = nh->nlmsg_type; in parseRtMessage() local
/system/core/include/diskconfig/
Ddiskconfig.h67 uint8_t type; /* byte 4 */ member
84 uint8_t type; member
/system/security/softkeymaster/
Dkeymaster_openssl.cpp124 static int wrap_key(EVP_PKEY* pkey, int type, uint8_t** keyBlob, size_t* keyBlobLength) { in wrap_key()
188 int type = 0; in unwrap_key() local
605 int type = EVP_PKEY_type(pkey->type); in openssl_sign_data() local
727 int type = EVP_PKEY_type(pkey->type); in openssl_verify_data() local
/system/core/toolbox/
Dmount.c165 do_mount(char *dev, char *dir, char *type, unsigned long rwflag, void *data, int loop, in do_mount()
301 char *type = NULL; in mount_main() local
/system/core/toolbox/upstream-netbsd/sbin/chown/
Dchown.c276 id(const char *name, const char *type) in id()
/system/extras/tests/bionic/libc/common/
Dtest_pthread_mutex.c122 static void set_mutexattr_type(pthread_mutexattr_t *attr, int type) in set_mutexattr_type()
134 int ret, type; in do_test_1() local
/system/core/logd/
Dlibaudit.c83 static int audit_send(int fd, int type, const void *data, size_t size) in audit_send()

123