Searched refs:data (Results 126 - 135 of 135) sorted by relevance

123456

/system/core/libusbhost/
H A Dusbhost.c496 ctl.data = NULL;
521 ctrl.data = buffer;
541 ctrl.data = buffer;
/system/core/adb/
H A Dsysdeps_win32.c24 char *data; local
39 data = NULL;
42 data = (char*) malloc( file_size + 1 );
43 if (data == NULL) {
49 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
53 free(data);
54 data = NULL;
62 return data;
801 * - it avoids copying data from/to the Nt kernel
815 * a_start is the pointer where we start reading data
[all...]
H A Dtransport_local.c69 D("bad header: terminated (data)\n");
73 if(readx(t->sfd, p->data, p->msg.data_length)){
74 D("remote local: terminated (data)\n");
79 D("bad data: terminated (data)\n");
213 * independent from the network, we use here 'adb' QEMUD service to transfer data
/system/core/include/private/pixelflinger/
H A Dggl_context.h349 uint8_t* data; member in struct:android::surface_t::__anon322::__anon323
478 // data locality in the pixel pipeline
483 int32_t data; member in struct:android::generated_tex_vars_t
/system/core/init/
H A Dinit_parser.c402 char *data; local
403 data = read_file(fn, 0);
404 if (!data) return -1;
406 parse_config(fn, data);
/system/core/libpixelflinger/
H A Dclear.cpp55 uint8_t* dst = (uint8_t*)s.data + (l + t*s.stride)*size;
H A Dtrap.cpp456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) +
/system/core/include/pixelflinger/
H A Dpixelflinger.h192 GGLubyte* data; // pointer to the bits member in struct:__anon318
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp395 CONTEXT_LOAD(parts.cbPtr.reg, state.buffers.color.data);
431 CONTEXT_LOAD(zbase, state.buffers.depth.data);
H A Dtexturing.cpp359 CONTEXT_LOAD(txPtr.reg, generated_vars.texture[i].data);
632 CONTEXT_LOAD(txPtr.reg, generated_vars.texture[i].data);

Completed in 373 milliseconds

123456