Home
last modified time | relevance | path

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

/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/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/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/generic/goldfish/radio/libril/
Dril_service.cpp3245 hidl_vec<Call> calls; in getCurrentCallsResponse() local
3252 calls.resize(num); in getCurrentCallsResponse()
3257 calls[i].state = (CallState) p_cur->state; in getCurrentCallsResponse()
3258 calls[i].index = p_cur->index; in getCurrentCallsResponse()
3259 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
3260 calls[i].isMpty = p_cur->isMpty; in getCurrentCallsResponse()
3261 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse()
3262 calls[i].als = p_cur->als; in getCurrentCallsResponse()
3263 calls[i].isVoice = p_cur->isVoice; in getCurrentCallsResponse()
3264 calls[i].isVoicePrivacy = p_cur->isVoicePrivacy; in getCurrentCallsResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp4209 hidl_vec<Call> calls; in getCurrentCallsResponse() local
4216 calls.resize(num); in getCurrentCallsResponse()
4221 calls[i].state = (CallState) p_cur->state; in getCurrentCallsResponse()
4222 calls[i].index = p_cur->index; in getCurrentCallsResponse()
4223 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
4224 calls[i].isMpty = p_cur->isMpty; in getCurrentCallsResponse()
4225 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse()
4226 calls[i].als = p_cur->als; in getCurrentCallsResponse()
4227 calls[i].isVoice = p_cur->isVoice; in getCurrentCallsResponse()
4228 calls[i].isVoicePrivacy = p_cur->isVoicePrivacy; in getCurrentCallsResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp4383 hidl_vec<Call> calls; in getCurrentCallsResponse() local
4390 calls.resize(num); in getCurrentCallsResponse()
4395 calls[i].state = (CallState) p_cur->state; in getCurrentCallsResponse()
4396 calls[i].index = p_cur->index; in getCurrentCallsResponse()
4397 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
4398 calls[i].isMpty = p_cur->isMpty; in getCurrentCallsResponse()
4399 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse()
4400 calls[i].als = p_cur->als; in getCurrentCallsResponse()
4401 calls[i].isVoice = p_cur->isVoice; in getCurrentCallsResponse()
4402 calls[i].isVoicePrivacy = p_cur->isVoicePrivacy; in getCurrentCallsResponse()
[all …]
/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,