Searched refs:calls (Results 1 – 8 of 8) sorted by relevance
18 # Allow Airbrush to make binder calls to Darwinn and vice versa
31 # Allow DarwiNN HAL to talk to stats service, and to make binder calls to it.
31 instead multiple RenderControl calls are made. The RenderControl architecture80 of synthetic calls we have to make (such as eglMakeCurrent()).
5 API calls and encodes them into the wire and decoder code that decodes6 the wire stream and calls server matching API.
3245 hidl_vec<Call> calls; in getCurrentCallsResponse() local3252 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 …]
4209 hidl_vec<Call> calls; in getCurrentCallsResponse() local4216 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 …]
4383 hidl_vec<Call> calls; in getCurrentCallsResponse() local4390 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 …]
224 # New API calls - listed in approximate decreasing order of complexity227 ## Before anything else, move GL calls out of sendVertexAttributes() in encoder,230 ## This means moving those attribpointer calls out,