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.cpp153 int MemoryHeapBase::getHeapID() const { function in class:android::MemoryHeapBase
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp801 if (heap->getHeapID() != mRecordingHeap->mHeap->getHeapID()) {
804 heap->getHeapID(), mRecordingHeap->mHeap->getHeapID());
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h193 virtual bool ready() const { return (mChannelCount > 0) && (mHeap->getHeapID() > 0); }
H A DMediaPlayerService.cpp2071 if (mHeap->getHeapID() < 0) {
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp91 if (mMemHeap->getHeapID() < 0) {

Completed in 2731 milliseconds