Searched refs:getHeapID (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/binder/
H A DIMemory.h42 virtual int getHeapID() const = 0;
49 int32_t heapID() const { return getHeapID(); }
H A DMemoryHeapBase.h60 virtual int getHeapID() const;
/frameworks/native/libs/binder/
H A DIMemory.cpp80 virtual int getHeapID() const;
329 int BpMemoryHeap::getHeapID() const { function in class:android::BpMemoryHeap
370 reply->writeFileDescriptor(getHeapID());
H A DMemoryHeapBase.cpp167 int MemoryHeapBase::getHeapID() const { function in class:android::MemoryHeapBase
/frameworks/av/services/camera/libcameraservice/camera2/
H A DStreamingProcessor.cpp742 if (heap->getHeapID() != mRecordingHeap->mHeap->getHeapID()) {
745 heap->getHeapID(), mRecordingHeap->mHeap->getHeapID());
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h182 virtual bool ready() const { return (mChannelCount > 0) && (mHeap->getHeapID() > 0); }
H A DMediaPlayerService.cpp1794 if (mHeap->getHeapID() < 0) {
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp89 if (mMemHeap->getHeapID() < 0) {

Completed in 151 milliseconds