HomeSort by relevance Sort by last modified time
    Searched refs:IMemory (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /frameworks/av/media/libstagefright/
CameraSource.cpp 53 virtual void postData(int32_t msgType, const sp<IMemory> &dataPtr,
57 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
89 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr,
101 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
931 void CameraSource::releaseRecordingFrame(const sp<IMemory>& frame) {
    [all...]
StagefrightMediaScanner.cpp 155 sp<IMemory> mem = mRetriever->extractAlbumArt();
CallbackDataSource.cpp 23 #include <binder/IMemory.h>
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 48 void dataCallback(int32_t msgType, const sp<IMemory>&,
51 const sp<IMemory>&) override {};
109 void CameraZSLTests::dataCallback(int32_t msgType, const sp<IMemory>& /*data*/,
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 54 virtual sp<IMemory> getCblk() const
57 sp<IMemory> cblk;
61 cblk = interface_cast<IMemory>(reply.readStrongBinder());
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 30 #include <android/hidl/memory/1.0/IMemory.h>
38 typedef hidl::memory::V1_0::IMemory IHidlMemory;
190 OMX_U32 portIndex, const sp<IMemory> &params,
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 68 void StreamSourceAppProxy::setBuffers(const Vector<sp<IMemory> > &buffers) {
86 sp<IMemory> mem = mBuffers.itemAt(index);
201 sp<IMemory> mem = mBuffers.itemAt(bufferId);
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice_1_0.h 28 #include <android/hidl/memory/1.0/IMemory.h>
52 using ::android::hidl::memory::V1_0::IMemory;
130 sp<IMemory> mHidlHeapMemory; // munmap happens in ~IMemory()
  /frameworks/av/media/libmediametrics/
IMediaAnalyticsService.cpp 24 #include <binder/IMemory.h>
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 73 sp<IMemory> iMem;
  /frameworks/av/drm/libmediadrm/
Crypto.cpp 23 #include <binder/IMemory.h>
239 const sp<IMemory> &source, size_t offset,
ICrypto.cpp 22 #include <binder/IMemory.h>
329 interface_cast<IMemory>(data.readStrongBinder());
360 interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 622 sp<IMemory> mCblkMemory;
624 sp<IMemory> mBufferMemory;
    [all...]
AudioEffect.h 480 sp<IMemory> mCblkMemory; // shared memory for deferred parameter setting
  /frameworks/av/radio/
Radio.cpp 25 #include <binder/IMemory.h>
236 void Radio::onEvent(const sp<IMemory>& eventMemory)
IRadioService.cpp 26 #include <binder/IMemory.h>
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 43 class IMemory;
73 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
  /frameworks/base/media/jni/soundpool/
SoundPool.h 66 sp<IMemory> getIMemory() { return mData; }
81 sp<IMemory> mData;
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 27 #include <android/hidl/memory/1.0/IMemory.h>
37 using ::android::hidl::memory::V1_0::IMemory;
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 35 #include <binder/IMemory.h>
77 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
79 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
92 void copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType);
250 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType)
303 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr,
350 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 20 #include <binder/IMemory.h>
  /frameworks/av/media/libmedia/include/media/
IOMX.h 39 class IMemory;
  /frameworks/av/media/libstagefright/foundation/
MediaBufferGroup.cpp 59 sp<IMemory> mem = memoryDealer->allocate(augmented_size);
  /frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp 26 #include <binder/IMemory.h>
  /frameworks/base/media/jni/
android_media_MediaDataSource.cpp 67 sp<IMemory> JMediaDataSource::getIMemory() {

Completed in 245 milliseconds

1 2 3 45 6 7 8