Home
last modified time | relevance | path

Searched refs:single (Results 1 – 15 of 15) sorted by relevance

/system/bt/stack/avdt/
Davdt_api.c384 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()
Davdt_msg.c395 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()
Davdt_ccb_act.c229 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()
Davdt_int.h375 tAVDT_EVT_HDR single; member
395 tAVDT_EVT_HDR single; member
Davdt_scb_act.c891 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/
Dfastboot_protocol.txt24 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/
DCameraMetadataKeys.mako28 ## Generate a single key and docs
75 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
DCameraMetadataEnums.mako52 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
/system/extras/tests/mmc_tracepoints/
DREADME20 to a single line per event, which includes the duration of the event.
/system/core/adb/
DSERVICES.TXT74 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.
DOVERVIEW.TXT55 Currently, a single 'adb' binary is used for both the server and client.
/system/extras/perfprofd/
Dperf_profile.proto35 // If "end" and "to" is not provided, "start" represents a single instruction.
/system/core/liblog/
DREADME109 a call closing the logs. A single log can be opened with android_log‐
/system/core/libutils/
DREADME219 no source code and a single .xml file under res/values-land, with
/system/bt/doc/
Dstyle_guide.md302 Use a single blank line to separate logical code blocks, function definitions,