HomeSort by relevance Sort by last modified time
    Searched full:mapper (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/tests/
run-ptrace-mapper 2 ./test-ptrace -c -n -t ./mapper $*
  /hardware/intel/img/hwcomposer/common/buffers/
BufferManager.cpp 87 BufferMapper *mapper = mBufferPool->getMapper(i); local
88 mapper->unmap();
89 delete mapper;
97 BufferMapper *mapper = mFrameBuffers.valueAt(j); local
98 mapper->unmap();
99 delete mapper;
119 BufferMapper *mapper = mBufferPool->getMapper(i); local
122 mapper->getHandle(),
123 mapper->getWidth(),
124 mapper->getHeight()
156 BufferMapper* mapper; local
252 BufferMapper *mapper = NULL; local
304 BufferMapper *mapper = mFrameBuffers.valueAt(index); local
    [all...]
BufferCache.cpp 35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper)
43 // add mapper
44 index = mBufferPool.add(handle, mapper);
46 ELOGTRACE("failed to add mapper. err = %d", index);
53 bool BufferCache::removeMapper(BufferMapper* mapper)
57 if (!mapper) {
58 ELOGTRACE("invalid mapper");
62 index = mBufferPool.removeItem(mapper->getKey());
64 WLOGTRACE("failed to remove mapper. err = %d", index);
92 BufferMapper* mapper = mBufferPool.valueAt(index) local
    [all...]
BufferCache.h 30 // add a new mapper into buffer cache
31 virtual bool addMapper(uint64_t handle, BufferMapper* mapper);
32 //remove mapper
33 virtual bool removeMapper(BufferMapper* mapper);
34 // get a buffer mapper
38 // get mapper with an index
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 1011 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1012 device->addMapper(mapper);
1015 return mapper;
1046 FakeInputMapper* mapper = NULL; local
1047 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1049 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1073 FakeInputMapper* mapper = NULL; local
1100 FakeInputMapper* mapper = NULL; local
1127 FakeInputMapper* mapper = NULL; local
1171 FakeInputMapper* mapper = NULL; local
1494 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1501 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1512 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1557 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1570 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1678 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1723 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1746 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1823 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1835 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1847 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1868 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1976 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1984 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1992 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2023 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2042 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2097 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2121 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2145 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2182 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2200 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2251 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2427 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2686 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2697 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2707 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2717 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2746 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2775 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2791 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2842 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2964 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3038 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3129 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3153 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3215 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3260 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3284 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3445 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3581 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3654 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3869 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4146 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4322 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4493 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4543 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4581 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4634 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4668 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4697 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4858 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5009 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5081 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
    [all...]
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 174 BufferMapper *mapper; local
209 mapper = mapBuffer(buffer);
210 if (!mapper) {
216 VLOGTRACE("got mapper in saved data buffers and update source Crop");
217 mapper = mDataBuffers.valueAt(index);
220 // always update source crop to mapper
221 mapper->setCrop(mSrcCrop.x, mSrcCrop.y, mSrcCrop.w, mSrcCrop.h);
223 mapper->setIsCompression(isCompression);
225 // unlock buffer after getting mapper
229 ret = setDataBuffer(*mapper);
247 BufferMapper *mapper = bm->map(*buffer); local
298 BufferMapper* mapper; local
317 BufferMapper* mapper; local
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.h 49 virtual bool rotatedBufferReady(BufferMapper& mapper, BufferMapper* &rotatedMapper);
50 virtual bool useOverlayRotation(BufferMapper& mapper);
53 void signalVideoRotation(BufferMapper& mapper);
55 virtual bool setDataBuffer(BufferMapper& mapper);
57 virtual bool bufferOffsetSetup(BufferMapper& mapper);
58 virtual bool coordinateSetup(BufferMapper& mapper);
59 virtual bool scalingSetup(BufferMapper& mapper);
AnnCursorPlane.cpp 89 bool AnnCursorPlane::setDataBuffer(BufferMapper& mapper)
91 int w = mapper.getWidth();
92 int h = mapper.getHeight();
121 if (mapper.getFormat() == HAL_PIXEL_FORMAT_RGBA_8888) {
123 } else if (mapper.getFormat() == HAL_PIXEL_FORMAT_BGRA_8888) {
125 uint8_t *p = (uint8_t *)(mapper.getCpuAddress(0));
127 uint32_t stride = mapper.getStride().rgb.stride;
148 uint8_t *p = (uint8_t *)(mapper.getCpuAddress(0));
150 uint32_t stride = mapper.getStride().rgb.stride;
176 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12
    [all...]
AnnOverlayPlane.cpp 203 bool AnnOverlayPlane::bufferOffsetSetup(BufferMapper& mapper)
213 uint32_t format = mapper.getFormat();
214 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);
228 uint32_t yStride = mapper.getStride().yuv.yStride;
229 uint32_t uvStride = mapper.getStride().yuv.uvStride;
230 uint32_t w = mapper.getWidth();
231 uint32_t h = mapper.getHeight();
232 uint32_t srcX= mapper.getCrop().x;
233 uint32_t srcY= mapper.getCrop().y;
362 bool AnnOverlayPlane::coordinateSetup(BufferMapper& mapper)
    [all...]
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.h 60 virtual bool setDataBuffer(BufferMapper& mapper);
61 virtual bool bufferOffsetSetup(BufferMapper& mapper);
63 virtual bool coordinateSetup(BufferMapper& mapper);
69 virtual bool scalingSetup(BufferMapper& mapper);
81 virtual void putTTMMapper(BufferMapper* mapper);
82 virtual bool rotatedBufferReady(BufferMapper& mapper, BufferMapper* &rotatedMapper);
83 virtual bool useOverlayRotation(BufferMapper& mapper);
86 inline bool isActiveTTMBuffer(BufferMapper *mapper);
87 void updateActiveTTMBuffers(BufferMapper *mapper);
OverlayPlaneBase.cpp 352 TTMBufferMapper *mapper; local
428 // create buffer mapper
431 mapper = new TTMBufferMapper(*mWsbm, buf);
432 if (!mapper) {
433 ELOGTRACE("failed to allocate mapper");
437 ret = mapper->map();
441 ret = mapper->map();
452 // add mapper
453 index = mTTMBuffers.add(khandle, mapper);
459 // increase mapper refCount since it is added to mTTMBuffer
532 BufferMapper* mapper; local
548 BufferMapper* mapper; local
1120 BufferMapper *mapper; local
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_mapper.cc 14 Mapper::Mapper() {
17 Mapper::~Mapper() {
20 scoped_ptr<base::Value> Mapper::MapValue(const OncValueSignature& signature,
46 scoped_ptr<base::DictionaryValue> Mapper::MapObject(
59 scoped_ptr<base::Value> Mapper::MapPrimitive(const OncValueSignature& signature,
65 void Mapper::MapFields(const OncValueSignature& object_signature,
88 scoped_ptr<base::Value> Mapper::MapField(
109 scoped_ptr<base::ListValue> Mapper::MapArray
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_mapper.h 18 // Informs the mapper that |extension_id| was just installed. The mapper uses
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 47 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); local
50 mapper.addMapping(i, i*2, 2);
53 return mapper;
FirstFitAllocator.java 63 BasicRegisterMapper mapper local
99 mapper.addMapping(i, newReg, maxCategory);
102 mapper.addMapping(i, nextNewRegister, maxCategory);
125 mapper.addMapping(j, newReg, maxCategory);
136 return mapper;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
NullRegisterAllocator.java 50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); local
53 mapper.addMapping(i, i*2, 2);
56 return mapper;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 47 // Mapper Interface - class determinies how arcs and final weights
50 // class Mapper {
54 // // Specifies final action the mapper requires (see above).
55 // // The mapper will be passed final weights as arcs of the
59 // // mapper. It takes as argument the input Fst's known properties.
64 // method of the mapper to determine how to treat final weights,
71 // we pass the mapper. We allow passing the mapper by pointer
72 // for cases that we need to change the state of the user's mapper.
73 // This is the case with the encode mapper, which is reused durin
    [all...]
  /external/icu/icu4c/source/layout/
LEFontInstance.cpp 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
82 return mapCharToGlyph(ch, mapper, TRUE);
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
87 LEUnicode32 mappedChar = mapper->mapChar(ch);
  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
SimpleFontInstance.h 49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
SimpleFontInstance.h 49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
SimpleFontInstance.h 49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
  /system/extras/tests/crypto/
get_dm_versions.c 32 fd = open("/dev/device-mapper", O_RDWR);
34 fprintf(stderr, "Cannot open /dev/device-mapper\n");

Completed in 469 milliseconds

1 2 3 4 5 6 7 8 91011>>