Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/kernel-headers-ti/linux/
Drpmsg_omx.h33 void *handles[2]; member
/hardware/ril/librilutils/proto/
Dsap-api.proto168 message RIL_SIM_SAP_APDU_REQ { //handles both APDU and APDU7816
178 message RIL_SIM_SAP_APDU_RSP { //handles both APDU and APDU7816
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c167 memset(pvr_data.handles, 0x0, sizeof(pvr_data.handles)); in RPC_RegisterBuffer()
179 if (pvr_data.handles[0]) in RPC_RegisterBuffer()
180 *handle1 = pvr_data.handles[0]; in RPC_RegisterBuffer()
181 if (pvr_data.handles[1]) in RPC_RegisterBuffer()
182 *handle2 = pvr_data.handles[1]; in RPC_RegisterBuffer()