Home
last modified time | relevance | path

Searched refs:start_work (Results 1 – 11 of 11) sorted by relevance

/external/strace/tests-m32/
Dtail_alloc.c44 void *start_work = p + 3 * page_size; in tail_alloc() local
45 void *tail_guard = start_work + len; in tail_alloc()
53 memset(start_work, 0xff, len); in tail_alloc()
/external/strace/tests-mx32/
Dtail_alloc.c44 void *start_work = p + 3 * page_size; in tail_alloc() local
45 void *tail_guard = start_work + len; in tail_alloc()
53 memset(start_work, 0xff, len); in tail_alloc()
/external/strace/tests/
Dtail_alloc.c44 void *start_work = p + 3 * page_size; in tail_alloc() local
45 void *tail_guard = start_work + len; in tail_alloc()
53 memset(start_work, 0xff, len); in tail_alloc()
/external/libxcam/modules/soft/
Dsoft_geo_mapper.h58 XCamReturn start_work (const SmartPtr<Parameters> &param);
Dsoft_stitcher.h72 XCamReturn start_work (const SmartPtr<Parameters> &param);
Dsoft_blender.h89 XCamReturn start_work (const SmartPtr<Parameters> &param);
Dsoft_handler.h70 virtual XCamReturn start_work (const SmartPtr<Parameters> &param) = 0;
Dsoft_geo_mapper.cpp151 SoftGeoMapper::start_work (const SmartPtr<ImageHandler::Parameters> &param) in start_work() function in XCam::SoftGeoMapper
Dsoft_handler.cpp199 ret = start_work (param); in execute_buffer()
Dsoft_stitcher.cpp928 SoftStitcher::start_work (const SmartPtr<Parameters> &base) in start_work() function in XCam::SoftStitcher
Dsoft_blender.cpp616 SoftBlender::start_work (const SmartPtr<ImageHandler::Parameters> &base) in start_work() function in XCam::SoftBlender