libxcoder  5.2.0
ISharedBuffer.cpp File Reference

Public definitions related to resource management of NETINT video processing devices on Android. More...

#include <cutils/properties.h>
#include "ISharedBuffer.h"

Go to the source code of this file.

Data Structures

class  BpSharedBuffer
 

Macros

#define LOG_TAG   "ISharedBuffer"
 

Enumerations

enum  { GET_BUFFER = IBinder::FIRST_CALL_TRANSACTION, GET_FD, SET_FD }
 

Functions

 IMPLEMENT_META_INTERFACE (SharedBuffer, "net.int.ISharedBuffer")
 

Detailed Description

Public definitions related to resource management of NETINT video processing devices on Android.


Definition in file ISharedBuffer.cpp.

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "ISharedBuffer"

Definition at line 29 of file ISharedBuffer.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GET_BUFFER 
GET_FD 
SET_FD 

Definition at line 37 of file ISharedBuffer.cpp.

Function Documentation

◆ IMPLEMENT_META_INTERFACE()

IMPLEMENT_META_INTERFACE ( SharedBuffer  ,
"net.int.ISharedBuffer"   
)