Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 19 of 19) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp5206 hidl_vec<V1_6::Call> calls; in getCurrentCallsResponse() local
5208 calls.resize(num); in getCurrentCallsResponse()
5213 calls[i].base.base.state = (CallState)p_cur->state; in getCurrentCallsResponse()
5214 calls[i].base.base.index = p_cur->index; in getCurrentCallsResponse()
5215 calls[i].base.base.toa = p_cur->toa; in getCurrentCallsResponse()
5216 calls[i].base.base.isMpty = p_cur->isMpty; in getCurrentCallsResponse()
5217 calls[i].base.base.isMT = p_cur->isMT; in getCurrentCallsResponse()
5218 calls[i].base.base.als = p_cur->als; in getCurrentCallsResponse()
5219 calls[i].base.base.isVoice = p_cur->isVoice; in getCurrentCallsResponse()
5220 calls[i].base.base.isVoicePrivacy = p_cur->isVoicePrivacy; in getCurrentCallsResponse()
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md31 instead multiple RenderControl calls are made. The RenderControl architecture
80 of synthetic calls we have to make (such as eglMakeCurrent()).
/device/generic/car/emulator/usbpt/protocan/protocanbus/sepolicy/
Ddumpstate.te1 # Allow dumpstate to make binder calls to hal_vehiclebus_default
/device/generic/car/common/sepolicy/
Ddumpstate.te10 # Allow dumpstate to make binder calls to hal_identity, hal_light, hal_power
/device/google/coral-sepolicy/vendor/google/
Dairbrush.te18 # Allow Airbrush to make binder calls to Darwinn and vice versa
Dhal_neuralnetworks_darwinn.te31 # Allow DarwiNN HAL to talk to stats service, and to make binder calls to it.
/device/google/gs-common/edgetpu/sepolicy/
Dedgetpu_vendor_server.te6 # The vendor service will use binder calls.
Dedgetpu_app_service.te6 # The server will use binder calls.
Dedgetpu_dba_service.te6 # The vendor service will use binder calls.
Dedgetpu_tachyon_service.te6 # The vendor service will use binder calls.
/device/google/cuttlefish/shared/sepolicy/vendor/
Ddlkm_loader.te23 # Needed because CONFIG_DMABUF_HEAPS_DEFERRED_FREE calls sched_set_normal()
/device/google/gs-common/chre/sepolicy/
Dhal_contexthub_default.te36 # Allow binder calls with clients
/device/linaro/dragonboard/shared/utils/dlkm_loader/sepolicy/
Ddlkm_loader.te24 # Needed because CONFIG_DMABUF_HEAPS_DEFERRED_FREE calls sched_set_normal()
/device/google/zumapro-sepolicy/vendor/
Dhal_camera_default.te55 # Allow Binder calls to ECO service, needed by Entropy-Aware Filtering
/device/google/zuma-sepolicy/vendor/
Dhal_camera_default.te54 # Allow Binder calls to ECO service, needed by Entropy-Aware Filtering
/device/generic/opengl-transport/host/commands/emugen/
DREADME5 API calls and encodes them into the wire and decoder code that decodes
6 the wire stream and calls server matching API.
/device/google/gs201-sepolicy/whitechapel_pro/
Dhal_camera_default.te70 # Allow Binder calls to ECO service, needed by Entropy-Aware Filtering
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dhal_camera_default.te73 # Allow Binder calls to ECO service, needed by Entropy-Aware Filtering
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in224 # New API calls - listed in approximate decreasing order of complexity
227 ## Before anything else, move GL calls out of sendVertexAttributes() in encoder,
230 ## This means moving those attribpointer calls out,