OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMemory
(Results
1 - 25
of
184
) sorted by null
1
2
3
4
5
6
7
8
/system/libhidl/transport/memory/1.0/
IMapper.hal
19
import
IMemory
;
28
mapMemory(memory mem) generates (
IMemory
mappedMemory);
IMemory.hal
19
interface
IMemory
{
/system/libhidl/libhidlmemory/include/hidlmemory/
mapping.h
16
#include <android/hidl/memory/1.0/
IMemory
.h>
22
sp<android::hidl::memory::V1_0::
IMemory
> mapMemory(const hidl_memory &memory);
/frameworks/av/media/libstagefright/include/
SharedMemoryBuffer.h
22
#include <android/hidl/memory/1.0/
IMemory
.h>
27
class
IMemory
;
30
* MediaCodecBuffer implementation based on
IMemory
.
34
typedef ::android::hidl::memory::V1_0::
IMemory
TMemory;
35
SharedMemoryBuffer(const sp<AMessage> &format, const sp<
IMemory
> &mem);
43
const sp<
IMemory
> mMemory;
/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/av/media/libmedia/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
27
class
IMemory
;
36
virtual sp<
IMemory
> getIMemory() = 0;
/frameworks/base/media/jni/
android_media_MediaHTTPConnection.h
27
class
IMemory
;
37
sp<
IMemory
> getIMemory();
50
sp<
IMemory
> mMemory;
/frameworks/av/camera/include/camera/
CameraUtils.h
20
#include <binder/
IMemory
.h>
48
static bool isNativeHandleMetadata(const sp<
IMemory
>& imageData);
ICameraRecordingProxy.h
28
class
IMemory
;
87
virtual void releaseRecordingFrame(const sp<
IMemory
>& mem) = 0;
ICameraRecordingProxyListener.h
30
class
IMemory
;
38
const sp<
IMemory
>& data) = 0;
/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/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/camera/include/camera/android/hardware/
ICameraClient.h
23
#include <binder/
IMemory
.h>
36
virtual void dataCallback(int32_t msgType, const sp<
IMemory
>& data,
38
virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<
IMemory
>& data) = 0;
/frameworks/av/media/libaudiohal/
EffectBufferHalHidl.h
21
#include <android/hidl/memory/1.0/
IMemory
.h>
28
using android::hidl::memory::V1_0::
IMemory
;
58
sp<
IMemory
> mMemory;
/hardware/interfaces/tests/memory/1.0/default/
MemoryTest.cpp
25
#include <android/hidl/memory/1.0/
IMemory
.h>
27
using android::hidl::memory::V1_0::
IMemory
;
43
sp<
IMemory
> memory = mapMemory(memory_in);
/frameworks/av/media/libaudioclient/include/media/
IEffect.h
23
#include <binder/
IMemory
.h>
44
virtual sp<
IMemory
> getCblk() const = 0;
/frameworks/native/libs/binder/include/binder/
MemoryDealer.h
24
#include <binder/
IMemory
.h>
40
virtual sp<
IMemory
> allocate(size_t size);
/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/services/camera/libcameraservice/api1/
CameraClient.h
51
virtual void releaseRecordingFrame(const sp<
IMemory
>& mem);
107
static void dataCallback(int32_t msgType, const sp<
IMemory
>& dataPtr,
109
static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<
IMemory
>& dataPtr, void* user);
114
void handlePreviewData(int32_t msgType, const sp<
IMemory
>& mem,
116
void handlePostview(const sp<
IMemory
>& mem);
117
void handleRawPicture(const sp<
IMemory
>& mem);
118
void handleCompressedPicture(const sp<
IMemory
>& mem);
120
void handleGenericData(int32_t msgType, const sp<
IMemory
>& dataPtr,
122
void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<
IMemory
>& dataPtr);
158
// mAvailableCallbackBuffers stores sp<
IMemory
> that HAL uses to send VideoNativeHandleMetadata
[
all
...]
/frameworks/av/services/medialog/
IMediaLogService.cpp
43
virtual void registerWriter(const sp<
IMemory
>& shared, size_t size, const char *name) {
53
virtual void unregisterWriter(const sp<
IMemory
>& shared) {
81
sp<
IMemory
> shared = interface_cast<
IMemory
>(data.readStrongBinder());
90
sp<
IMemory
> shared = interface_cast<
IMemory
>(data.readStrongBinder());
Completed in 436 milliseconds
1
2
3
4
5
6
7
8