Searched refs:getBase (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/include/binder/
H A DIMemory.h43 virtual void* getBase() const = 0;
50 void* base() const { return getBase(); }
H A DMemoryHeapBase.h63 virtual void* getBase() const;
/frameworks/native/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp53 w, h, heap->getBase());
59 b.setPixels(heap->getBase());
/frameworks/base/core/java/android/widget/
H A DChronometer.java131 public long getBase() { method in class:Chronometer
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java118 mDuration = (int) (durationBase - mChronometer.getBase());
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp171 void* MemoryHeapBase::getBase() const { function in class:android::MemoryHeapBase
H A DIMemory.cpp81 virtual void* getBase() const;
336 void* BpMemoryHeap::getBase() const { function in class:android::BpMemoryHeap
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCallbackProcessor.cpp275 uint8_t *data = (uint8_t*)heap->getBase() + offset;
H A DStreamingProcessor.cpp548 uint8_t *data = (uint8_t*)heap->getBase() + offset;
586 uint8_t *data = (uint8_t*)heap->getBase() + offset;
H A DJpegProcessor.cpp236 void* captureMemory = mCaptureHeap->getBase();
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp53 virtual uint64_t getBase() const { return 0; } function in class:__anon1219::BufferMemoryObject
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp307 mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());
1812 uint8_t* p = static_cast<uint8_t*>(mHeap->getBase());
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp627 return mHeap->getBase();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2738 void* const ptr = base->getBase();

Completed in 313 milliseconds