HomeSort by relevance Sort by last modified time
    Searched refs:IMemory (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/include/media/
IMediaLogService.h 21 #include <binder/IMemory.h>
31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
32 virtual void unregisterWriter(const sp<IMemory>& shared) = 0;
IMediaMetadataRetriever.h 23 #include <binder/IMemory.h>
45 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option) = 0;
46 virtual sp<IMemory> extractAlbumArt() = 0;
IDataSource.h 26 class IMemory;
34 virtual sp<IMemory> getIMemory() = 0;
IEffect.h 23 #include <binder/IMemory.h>
44 virtual sp<IMemory> getCblk() const = 0;
IAudioTrack.h 26 #include <binder/IMemory.h>
41 virtual sp<IMemory> getCblk() const = 0;
74 sp<IMemory>* buffer) = 0;
78 virtual status_t queueTimedBuffer(const sp<IMemory>& buffer,
IStreamSource.h 26 class IMemory;
33 virtual void setBuffers(const Vector<sp<IMemory> > &buffers) = 0;
  /frameworks/av/include/soundtrigger/
ISoundTriggerClient.h 32 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory) = 0;
34 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory) = 0;
36 virtual void onServiceStateChange(const sp<IMemory>& eventMemory) = 0;
SoundTrigger.h 48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
57 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory);
58 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory);
59 virtual void onServiceStateChange(const sp<IMemory>& eventMemory);
ISoundTrigger.h 23 #include <binder/IMemory.h>
35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
41 const sp<IMemory>& dataMemory) = 0;
  /frameworks/base/media/jni/
android_media_MediaHTTPConnection.h 27 class IMemory;
37 sp<IMemory> getIMemory();
50 sp<IMemory> mMemory;
  /frameworks/av/soundtrigger/
ISoundTriggerClient.cpp 20 #include <binder/IMemory.h>
43 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory)
53 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory)
62 virtual void onServiceStateChange(const sp<IMemory>& eventMemory)
84 sp<IMemory> eventMemory = interface_cast<IMemory>(
91 sp<IMemory> eventMemory = interface_cast<IMemory>(
98 sp<IMemory> eventMemory = interface_cast<IMemory>(
    [all...]
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 26 class IMemory;
85 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
ICameraRecordingProxyListener.h 28 class IMemory;
36 const sp<IMemory>& data) = 0;
ICameraClient.h 23 #include <binder/IMemory.h>
38 virtual void dataCallback(int32_t msgType, const sp<IMemory>& data,
40 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
Camera.h 41 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
43 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
109 void releaseRecordingFrame(const sp<IMemory>& mem);
148 virtual void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
150 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
160 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
  /frameworks/av/include/radio/
IRadioClient.h 22 #include <binder/IMemory.h>
33 virtual void onEvent(const sp<IMemory>& eventMemory) = 0;
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 26 #include <binder/IMemory.h>
53 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
54 virtual sp<IMemory> extractAlbumArt();
71 sp<IMemory> mAlbumArt;
72 sp<IMemory> mThumbnail;
  /frameworks/av/media/libmedia/
IMediaLogService.cpp 42 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) {
52 virtual void unregisterWriter(const sp<IMemory>& shared) {
73 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
82 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/native/include/binder/
MemoryDealer.h 24 #include <binder/IMemory.h>
40 virtual sp<IMemory> allocate(size_t size);
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 20 #include <binder/IMemory.h>
38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
63 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/av/radio/
IRadioClient.cpp 20 #include <binder/IMemory.h>
41 virtual void onEvent(const sp<IMemory>& eventMemory)
63 sp<IMemory> eventMemory = interface_cast<IMemory>(
  /frameworks/av/include/media/nbaio/
NBLog.h 22 #include <binder/IMemory.h>
121 Writer(size_t size, const sp<IMemory>& iMemory);
138 sp<IMemory> getIMemory() const { return mIMemory; }
146 const sp<IMemory> mIMemory; // ref-counted version
180 Reader(size_t size, const sp<IMemory>& iMemory);
185 bool isIMemory(const sp<IMemory>& iMemory) const;
190 const sp<IMemory> mIMemory; // ref-counted versio
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 51 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
99 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
101 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
104 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
106 void handlePostview(const sp<IMemory>& mem);
107 void handleRawPicture(const sp<IMemory>& mem);
108 void handleCompressedPicture(const sp<IMemory>& mem);
110 void handleGenericData(int32_t msgType, const sp<IMemory>& dataPtr,
112 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/include/media/stagefright/
CameraSource.h 32 class IMemory;
129 const sp<IMemory> &data);
178 virtual void releaseRecordingFrame(const sp<IMemory>& frame);
185 virtual void dataCallback(int32_t msgType, const sp<IMemory> &data) {}
188 const sp<IMemory> &data);
198 List<sp<IMemory> > mFramesReceived;
199 List<sp<IMemory> > mFramesBeingEncoded;
210 void releaseOneRecordingFrame(const sp<IMemory>& frame);
  /frameworks/av/media/libstagefright/include/
CallbackDataSource.h 26 class IMemory;
42 sp<IMemory> mMemory;

Completed in 851 milliseconds

1 2 3 4 5 6 7