29 #ifndef ANDROID_NI_RSRC_API_H
30 #define ANDROID_NI_RSRC_API_H
32 #define LOG_TAG "SharedBufferClient"
34 #include <android/hardware/nidec/1.0/INidec.h>
36 #include <hidl/Status.h>
38 #include <hidl/LegacySupport.h>
40 #include <utils/misc.h>
42 #include <hidl/HidlSupport.h>
46 #include <cutils/properties.h>
47 #include <cutils/ashmem.h>
51 using android::hardware::hidl_handle;
52 using android::hardware::hidl_string;
53 using android::hardware::Return;
54 using android::hardware::nidec::V1_0::INidec;
58 extern android::sp<INidec>
service;
70 #endif // ANDROID_NI_RSRC_API_H