Searched refs:src (Results 26 - 45 of 45) sorted by relevance

12

/system/vold/
H A DVolume.h100 int doMoveMount(const char *src, const char *dst, bool force);
H A DVolume.cpp526 int Volume::doMoveMount(const char *src, const char *dst, bool force) { argument
531 if (!mount(src, dst, "", flags, NULL)) {
533 SLOGD("Moved mount %s -> %s sucessfully", src, dst);
537 SLOGE("Failed to move mount %s -> %s (%s)", src, dst, strerror(errno));
550 src, dst, strerror(errno), retries, action);
551 Process::killProcessesWithOpenFiles(src, action);
556 SLOGE("Giving up on move %s -> %s (%s)", src, dst, strerror(errno));
/system/core/libpixelflinger/
H A Dbuffer.cpp58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) argument
60 dst->width = src->width;
61 dst->height = src->height;
62 dst->stride = src->stride;
63 dst->data = src->data;
64 dst->format = src->format;
324 int sh, int sl, // src
H A Dscanline.cpp114 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct);
184 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
317 // src and dest have the same format anyway, there is no dithering
427 const pixel_t* src, const pixel_t* dst);
460 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
505 uint32_t factor, const pixel_t* src, const pixel_t* dst)
527 r->c[1] = blendfactor(src->c[1], src->s[1]);
528 r->c[2] = blendfactor(src->c[2], src
504 blend_factor(context_t* c, pixel_t* r, uint32_t factor, const pixel_t* src, const pixel_t* dst) argument
977 uint16_t* src = reinterpret_cast<uint16_t*>(m_data) + (u + (m_stride*v)); local
983 uint32_t* src = reinterpret_cast<uint32_t*>(m_data) + (u + (m_stride*v)); local
1029 const uint16_t* src = reinterpret_cast<const uint16_t*>(m_data); local
1039 const uint32_t* src = reinterpret_cast<const uint32_t*>(m_data); local
2103 uint32_t *src = reinterpret_cast<uint32_t*>(tex->data)+(u+(tex->stride*v)); local
2149 uint32_t *src = reinterpret_cast<uint32_t*>(tex->data)+(u+(tex->stride*v)); local
2213 uint8_t *src = reinterpret_cast<uint8_t*>(tex->data) + local
2304 uint8_t *src = reinterpret_cast<uint8_t*>(tex->data) + local
[all...]
H A Dpixelflinger.cpp302 static void ggl_blendFunc(void* con, GGLenum src, GGLenum dst) argument
305 c->state.blend.src = src;
306 c->state.blend.src_alpha = src;
316 GGLenum src, GGLenum dst,
320 c->state.blend.src = src;
794 c->state.blend.src = GGL_ONE;
315 ggl_blendFuncSeparate(void* con, GGLenum src, GGLenum dst, GGLenum srcAlpha, GGLenum dstAplha) argument
/system/core/adb/
H A Dfile_sync_client.c562 const char *src; member in struct:copyinfo
591 ci->src = (const char*)(ci + 1);
592 ci->dst = ci->src + ssize;
593 snprintf((char*) ci->src, ssize, isdir ? "%s%s/" : "%s%s", spath, name);
596 // fprintf(stderr,"mkcopyinfo('%s','%s')\n", ci->src, ci->dst);
643 if(lstat(ci->src, &st)) {
644 fprintf(stderr,"cannot stat '%s': %s\n", ci->src, strerror(errno));
650 fprintf(stderr, "skipping special file '%s'\n", ci->src);
666 local_build_list(filelist, ci->src, ci->dst);
722 fprintf(stderr,"%spush: %s -> %s\n", listonly ? "would " : "", ci->src, c
[all...]
H A Dsysdeps_win32.c916 bip_buffer_write( BipBuffer bip, const void* src, int len ) argument
924 BIPDUMP( src, len );
958 memcpy( bip->buff + bip->a_end, src, avail );
959 src += avail;
980 memcpy( bip->buff + bip->b_end, src, avail );
/system/core/include/diskconfig/
H A Ddiskconfig.h119 int write_raw_image(const char *dst, const char *src, loff_t offset, int test);
/system/core/init/
H A Dbootchart.c94 file_buff_write( FileBuff buff, const void* src, int len ) argument
101 memcpy( buff->data + buff->count, src, avail );
103 src = (char*)src + avail;
/system/media/wilhelm/tests/sandbox/
H A DAndroid.mk65 system/media/wilhelm/src/ut
95 system/media/wilhelm/src/ut
209 system/media/wilhelm/src/ut
/system/media/wilhelm/tools/hashgen/
H A DMakefile4 cp IID_to_MPH.c ../../src/autogen
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp86 // fragment: extracted src
272 // src-alpha in fragment, and we need src-alpha just this time.
274 // alpha-src will be needed for other components
636 const integer_t& dst, const integer_t& src)
639 const int shift = src.size() - dst.size();
641 ADD(AL, 0, d.reg, src.reg, dst.reg);
643 ADD(AL, 0, d.reg, src.reg, reg_imm(dst.reg, LSL, shift));
646 d.h = src.size();
H A Dload_store.cpp193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) argument
195 assert(src.size());
197 int sbits = src.size();
198 int s = src.reg;
201 // be sure to set 'dst' after we read 'src' as they may be identical
H A DGGLAssembler.h371 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags=0);
393 const integer_t& src);
/system/netd/
H A DBandwidthController.h115 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);
H A DBandwidthController.cpp156 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) { argument
159 strncpy(buffer, src, buffSize);
/system/core/include/pixelflinger/
H A Dpixelflinger.h246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
247 void (*blendFuncSeparate)(void* c, GGLenum src, GGLenum dst,
/system/core/toolbox/
H A Dnewfs_msdos.c30 "$FreeBSD: src/sbin/newfs_msdos/newfs_msdos.c,v 1.33 2009/04/11 14:56:29 ed Exp $";
1016 oklabel(const char *src) argument
1021 c = (u_char)*src++;
1032 mklabel(u_int8_t *dest, const char *src) argument
1037 c = *src ? toupper(*src++) : ' ';
1046 setstr(u_int8_t *dest, const char *src, size_t len) argument
1049 *dest++ = *src ? *src++ : ' ';
/system/media/mca/filterfw/native/core/
H A Dshader_program.cpp320 std::string src(source);
324 while ( (next_pos = src.find_first_of('\n', cur_pos)) != std::string::npos) {
325 LOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
329 LOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
/system/core/include/private/pixelflinger/
H A Dggl_context.h258 uint32_t src; member in struct:android::blend_state_t

Completed in 254 milliseconds

12