libxcoder  5.2.0
ni_rsrc_api_android.h File Reference

Public definitions for managing NETINT video processing devices on Android. More...

#include <android/hardware/nidec/1.0/INidec.h>
#include <hidl/Status.h>
#include <hidl/LegacySupport.h>
#include <utils/misc.h>
#include <hidl/HidlSupport.h>
#include <stdio.h>
#include <cutils/properties.h>
#include <cutils/ashmem.h>
#include <sys/mman.h>

Go to the source code of this file.

Macros

#define LOG_TAG   "SharedBufferClient"
 

Functions

int ni_rsrc_android_init ()
 Init android net.int.SharedBuffer service for binder using. More...
 

Variables

android::sp< INidec > service
 

Detailed Description

Public definitions for managing NETINT video processing devices on Android.


Definition in file ni_rsrc_api_android.h.

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "SharedBufferClient"

Definition at line 32 of file ni_rsrc_api_android.h.

Function Documentation

◆ ni_rsrc_android_init()

int ni_rsrc_android_init ( )

Init android net.int.SharedBuffer service for binder using.


Parameters
none
Returns
service (= 0) if get service , < 0 otherwise

Variable Documentation

◆ service

android::sp<INidec> service