Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME21 returned.
33 where numConfigs and numAttribs are the values returned in
35 of required bytes is returned otherwise the function returns the number
47 …configs - the returned matching configuration names (same names as familiar to the client in rcGet…
64 context is a handle returned in rcCreateContext.
/device/google/cuttlefish/shared/sepolicy/vendor/
Dsocket_vsock_proxy.te9 # TODO: socket returned by accept() has unlabeled context on it. Give it a
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1320 …ocessed dummy IO vector (port %d)���SlimBusBamLib.c:[DevId: 0x%x] Error returned from BAM pipe tra…
32returned fail����diagbuf_mpd.c:micro_diagbuffer_NameGet returned fail����usb_xhcd.c:BuffRingPhy HI…
33 …%ld, size %ld!!��vdec_svc.cpp:vdec_set_param_cmd(): critical error(%lx) returned by module(%#lx) i…
38returned 0x%x (overrun)�AFEDecoder_If.cpp:afe_send_data_to_decoder port_id: 0x%x failed to deliver…
Dadsp.b071 …internal_sigs: No control packet to re-send��diagbuf.c:ULogCore_NameGet returned fail����diagdiag_…
2returned NULL����sysmon_prof.c:ADSP: sysmon_profiler_entry(), someone reconfigured PMUs!Disabling …
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_fuchsia.impl143 ALOGD("%s: allocate returned offset 0x%llx size 0x%llx\n", __func__,
Dgoldfish_address_space_android.impl206 ALOGD("%s: ioctl allocate returned offset 0x%llx size 0x%llx\n", __func__,
/device/generic/opengl-transport/host/commands/emugen/
DREADME78 ‘out’ and ‘in_out’ pointer’s data is returned in the return
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1898 std::string returned; in s_glGetShaderSource() local
1902 returned += shaderData->sources[i]; in s_glGetShaderSource()
1904 returned += shaderData->sources[i].substr(0, bufsize - 1 - curr_len); in s_glGetShaderSource()
1908 std::string ret = returned.substr(0, bufsize - 1); in s_glGetShaderSource()