Home
last modified time | relevance | path

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

1234567

/system/bt/osi/include/
Datomic.h49 #define ATOMIC_TYPE(name, type) \ argument
55 #define ATOMIC_STORE(name, type, sz) \ argument
60 #define ATOMIC_LOAD(name, type, sz) \ argument
66 #define ATOMIC_INC_PREFIX(name, type, sz) \ argument
72 #define ATOMIC_DEC_PREFIX(name, type, sz) \ argument
78 #define ATOMIC_INC_POSTFIX(name, type, sz) \ argument
84 #define ATOMIC_DEC_POSTFIX(name, type, sz) \ argument
90 #define ATOMIC_ADD(name, type, sz) \ argument
96 #define ATOMIC_SUB(name, type, sz) \ argument
101 #define ATOMIC_MAKE(name, type, sz) \ argument
/system/bt/stack/avdt/
Davdt_ad.c48 UINT8 avdt_ad_type_to_tcid(UINT8 type, tAVDT_SCB *p_scb) in avdt_ad_type_to_tcid()
78 UINT8 type; in avdt_ad_tcid_to_type() local
135 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state) in avdt_ad_tc_tbl_by_st()
231 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_type(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb) in avdt_ad_tc_tbl_by_type()
509 UINT8 avdt_ad_write_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, BT_HDR *p_buf) in avdt_ad_write_req()
537 void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role) in avdt_ad_open_req()
615 void avdt_ad_close_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb) in avdt_ad_close_req()
/system/bt/stack/avct/
Davct_defs.h51 #define AVCT_BLD_HDR(p, label, type, cr_ipid) \ argument
54 #define AVCT_PRS_HDR(p, label, type, cr_ipid) \ argument
59 #define AVCT_PRS_PKT_TYPE(p, type) \ argument
/system/media/radio/src/
Dradio_metadata.c98 const radio_metadata_type_t type, in add_metadata()
203 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local
215 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local
228 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local
260 radio_metadata_type_t type; in radio_metadata_add_metadata() local
347 radio_metadata_type_t *type, in radio_metadata_get_at_index()
376 radio_metadata_type_t *type, in radio_metadata_get_from_key()
/system/bt/btif/src/
Dbtif_sock.c117 static bt_status_t btsock_listen(btsock_type_t type, const char *service_name, const uint8_t *servi… in btsock_listen()
146 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uu… in btsock_connect()
175 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()
Dbtif_sock_thread.c90 int type; member
298 int type; member
302 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) in btsock_thread_add_fd()
348 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) in btsock_thread_post_cmd()
444 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id) in set_poll()
455 static inline void add_poll(int h, int fd, int type, int flags, uint32_t user_id) in add_poll()
553 int type = ts[h].ps[ps_i].type; in process_data_sock() local
Dbtif_debug_btsnoop.c29 #define REDUCE_HCI_TYPE_TO_SIGNIFICANT_BITS(type) (type >> 8) argument
45 static void btsnoop_cb(const uint16_t type, const uint8_t *data, const size_t length) { in btsnoop_cb()
/system/extras/simpleperf/
Devent_type.cpp28 #define EVENT_TYPE_TABLE_ENTRY(name, type, config) \ argument
71 const EventType* EventTypeFactory::FindEventTypeByConfig(uint32_t type, uint64_t config) { in FindEventTypeByConfig()
/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_loopback_server.c35 int socket_loopback_server(int port, int type) in socket_loopback_server()
Dsocket_inaddr_any_server.c35 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
/system/bt/hci/src/
Dhci_hal_mct.c128 static size_t read_data(serial_data_type_t type, uint8_t *buffer, size_t max_size, bool block) { in read_data()
139 static void packet_finished(UNUSED_ATTR serial_data_type_t type) { in packet_finished()
143 static uint16_t transmit_data(serial_data_type_t type, uint8_t *data, uint16_t length) { in transmit_data()
Dhci_hal_h4.c115 static size_t read_data(serial_data_type_t type, uint8_t *buffer, size_t max_size, bool block) { in read_data()
130 static void packet_finished(serial_data_type_t type) { in packet_finished()
139 static uint16_t transmit_data(serial_data_type_t type, uint8_t *data, uint16_t length) { in transmit_data()
Dbtsnoop_mem.c37 const uint16_t type = packet->event & BT_EVT_MASK; in btsnoop_mem_capture() local
/system/vold/
DCryptCommandListener.cpp98 static int getType(const char* type) in getType()
156 int type = CRYPT_TYPE_DEFAULT; in runCommand() local
238 int type = getType(argv[2]); in runCommand() local
/system/core/include/private/
Dandroid_logger.h51 int8_t type; // EVENT_TYPE_INT member
63 int8_t type; // EVENT_TYPE_LONG member
85 int8_t type; // EVENT_TYPE_STRING; member
93 int8_t type; // EVENT_TYPE_STRING; member
/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/include/utils/
DCondition.h66 void signal(WakeUpType type) { in signal()
91 inline Condition::Condition(int type) { in Condition()
/system/bt/osi/src/
Ddata_dispatcher.c78 void data_dispatcher_register(data_dispatcher_t *dispatcher, data_dispatcher_type_t type, fixed_que… in data_dispatcher_register()
92 bool data_dispatcher_dispatch(data_dispatcher_t *dispatcher, data_dispatcher_type_t type, void *dat… in data_dispatcher_dispatch()
/system/extras/ext4_utils/
Dkey_control.cpp26 key_serial_t add_key(const char *type, in add_key()
45 long keyctl_search(key_serial_t ringid, const char *type, in keyctl_search()
/system/extras/perfprofd/quipper/
Dperf_reader.h42 u32 type; member
47 u32 type; member
52 u32 type; member
/system/bt/stack/sdp/
Dsdp_discovery.c354 UINT8 type; in sdp_copy_raw_data() local
563 UINT8 type; in process_service_search_attr_rsp() local
754 UINT8 type, *p_seq_end; in save_attr_seq() local
869 UINT8 type; in add_attr() local

1234567