Searched refs:single (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_api.c | 384 if ((p_evt->single.seid < AVDT_SEID_MIN) || (p_evt->single.seid > AVDT_SEID_MAX)) in avdt_get_cap_req() 386 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid); in avdt_get_cap_req() 443 getcap.single.seid = seid; in AVDT_GetCapReq() 444 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq() 478 getcap.single.seid = seid; in AVDT_GetAllCapReq() 479 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetAllCapReq()
|
D | avdt_msg.c | 395 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid); in avdt_msg_bld_single() 809 AVDT_MSG_PRS_SEID(p, p_msg->single.seid); in avdt_msg_prs_single() 811 if (avdt_scb_by_hdl(p_msg->single.seid) == NULL) in avdt_msg_prs_single() 1874 scb_hdl = msg.single.seid; in avdt_msg_ind()
|
D | avdt_ccb_act.c | 229 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid); in avdt_ccb_hdl_getcap_cmd() 474 avdt_msg_send_cmd(p_ccb, NULL, sig_id, (tAVDT_MSG *) &p_data->getcap.single); in avdt_ccb_snd_getcap_cmd()
|
D | avdt_int.h | 375 tAVDT_EVT_HDR single; member 395 tAVDT_EVT_HDR single; member
|
D | avdt_scb_act.c | 891 tAVDT_EVT_HDR single; in avdt_scb_hdl_setconfig_rsp() local 900 single.seid = p_scb->peer_seid; in avdt_scb_hdl_setconfig_rsp() 901 avdt_scb_event(p_scb, AVDT_SCB_API_OPEN_REQ_EVT, (tAVDT_SCB_EVT *) &single); in avdt_scb_hdl_setconfig_rsp()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 24 1. Host sends a command, which is an ascii string in a single 27 2. Client response with a single packet no greater than 64 bytes. 53 4. Client responds with a single packet no greater than 64 bytes.
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 28 ## Generate a single key and docs 75 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
|
D | CameraMetadataEnums.mako | 52 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 20 to a single line per event, which includes the duration of the event.
|
/system/core/adb/ |
D | SERVICES.TXT | 74 A variant of host-serial used to target the single USB device connected 78 A variant of host-serial used to target the single emulator instance 83 interpreted as 'any single device or emulator connected to/running on 237 Note that there is no single-shot service to retrieve the list only once.
|
D | OVERVIEW.TXT | 55 Currently, a single 'adb' binary is used for both the server and client.
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 35 // If "end" and "to" is not provided, "start" represents a single instruction.
|
/system/core/liblog/ |
D | README | 109 a call closing the logs. A single log can be opened with android_log‐
|
/system/core/libutils/ |
D | README | 219 no source code and a single .xml file under res/values-land, with
|
/system/bt/doc/ |
D | style_guide.md | 302 Use a single blank line to separate logical code blocks, function definitions,
|