/frameworks/av/radio/ |
IRadio.cpp | 22 #include <binder/IMemory.h>
|
/frameworks/av/services/audioflinger/ |
Threads.h | 384 // Return a reference to a per-thread heap which can be used to allocate IMemory 388 // clients can't be trusted not to modify the offset of the IMemory they receive. 392 virtual sp<IMemory> pipeMemory() const { return 0; } [all...] |
AudioFlinger.cpp | 252 sp<IMemory> iMemory(mUnregisteredWriters.top()->getIMemory()); 254 sMediaLogService->unregisterWriter(iMemory); 588 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size)); 596 sp<IMemory> iMemory(mUnregisteredWriters[0]->getIMemory()); 598 sMediaLogService->unregisterWriter(iMemory); 599 // Now the media.log remote reference to IMemory is gone. When our last local 600 // reference to IMemory also drops to zero at end of this block, 601 // the IMemory destructor will deallocate the region from mLogMemoryDealer [all...] |
Tracks.cpp | 303 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { 371 const sp<IMemory>& sharedBuffer, 463 // leaving the client's IMemory dangling indefinitely. [all...] |
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 245 NBLog::Writer::Writer(const sp<IMemory>& iMemory, size_t size) 246 : Writer(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size) 248 mIMemory = iMemory; 595 NBLog::Reader::Reader(const sp<IMemory>& iMemory, size_t size) 596 : Reader(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size) 598 mIMemory = iMemory; [all...] |
/frameworks/base/core/jni/ |
android_hardware_SoundTrigger.cpp | 30 #include <binder/IMemory.h> 510 sp<IMemory> memory; 719 sp<IMemory> memory = memoryDealer->allocate(totalSize); [all...] |
/device/google/marlin/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 98 void CameraContext::previewCallback(const sp<IMemory>& mem) 166 status_t CameraContext::saveFile(const sp<IMemory>& mem, String8 path) 184 printf("IMemory object is of zero size\n"); 285 status_t CameraContext::decodeJPEG(const sp<IMemory>& mem, SkBitmap *skBM) 875 const sp<IMemory>& dataPtr, 1021 const sp<IMemory>& dataPtr) 1041 const sp<IMemory>& dataPtr) [all...] |
/system/tools/hidl/test/ |
hidl_test_client.cpp | 11 #include <android/hidl/memory/1.0/IMemory.h> 109 using ::android::hidl::memory::V1_0::IMemory; 718 sp<IMemory> memory = mapMemory(mem); 742 sp<IMemory> memory = mapMemory(mem_copy); 786 sp<IMemory> memory = mapMemory(batch[i]); 805 sp<IMemory> memory = mapMemory(batchCopy[i]); [all...] |
/frameworks/av/media/libaudioclient/ |
AudioEffect.cpp | 100 sp<IMemory> cblk;
|
AudioTrack.cpp | 232 const sp<IMemory>& sharedBuffer, 297 const sp<IMemory>& sharedBuffer, [all...] |
/frameworks/av/media/libstagefright/include/ |
MediaCodec.h | 44 class IMemory;
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
media_hidl_test_common.h | 76 ::android::sp<IMemory> mMemory;
|
media_hidl_test_common.cpp | 31 #include <android/hidl/memory/1.0/IMemory.h> 41 using ::android::hidl::memory::V1_0::IMemory;
|
/hardware/interfaces/audio/effect/2.0/vts/functional/ |
VtsHalAudioEffectV2_0TargetTest.cpp | 27 #include <android/hidl/memory/1.0/IMemory.h> 55 using android::hidl::memory::V1_0::IMemory;
|
/frameworks/av/media/libstagefright/filters/ |
MediaFilter.cpp | 227 sp<IMemory> mem = mDealer[portIndex]->allocate(bufferSize);
|
/frameworks/av/media/libstagefright/omx/ |
OMXNodeInstance.cpp | 33 #include <binder/IMemory.h> 103 const sp<IMemory> &mem, const sp<IHidlMemory> &hidlMemory, 188 sp<IMemory> mMem; [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 312 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.cpp | 607 void CameraHardwareInterface::releaseRecordingFrame(const sp<IMemory>& mem) 633 void CameraHardwareInterface::releaseRecordingFrameBatch(const std::vector<sp<IMemory>>& frames) [all...] |
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 26 #include <android/hidl/memory/1.0/IMemory.h> 35 using ::android::hidl::memory::V1_0::IMemory; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
correg.h | 162 #define INTERFACE IMemory 163 DECLARE_INTERFACE_(IMemory,IUnknown) {
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
VtsHalMediaOmxV1_0TargetComponentTest.cpp | 26 #include <android/hidl/memory/1.0/IMemory.h> 35 using ::android::hidl::memory::V1_0::IMemory; [all...] |
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 29 #include <android/hidl/memory/1.0/IMemory.h> 40 using ::android::hidl::memory::V1_0::IMemory; [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 871 sp<IMemory> mem = [all...] |
/frameworks/av/include/media/omx/1.0/ |
Conversion.h | 39 #include <android/hidl/memory/1.0/IMemory.h>
|
/frameworks/av/media/libmedia/ |
IOMX.cpp | 23 #include <binder/IMemory.h> [all...] |