Searched defs:obj (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | object_heap.c | 60 object_base_p obj = (object_base_p) calloc(1, heap->object_size); in object_heap_expand() local 106 object_base_p obj; in object_heap_allocate() local 126 object_base_p obj; in object_heap_lookup() local 158 object_base_p obj; in object_heap_next() local 177 void object_heap_free(object_heap_p heap, object_base_p obj) in object_heap_free() 194 object_base_p obj; in object_heap_destroy() local 214 void object_heap_suspend_object(object_base_p obj, int suspend) in object_heap_suspend_object()
|
/hardware/intel/common/utils/ituxd/jni/ |
D | thermalJNI.cpp | 129 static jboolean isFileExists(JNIEnv* env, jobject obj, jstring jPath) in isFileExists() 150 static jint getThermalZoneIndex(JNIEnv* env, jobject obj, jstring jType) in getThermalZoneIndex() 166 static jint getThermalZoneIndexContains(JNIEnv* env, jobject obj, jstring jType) in getThermalZoneIndexContains() 182 static jint getCoolingDeviceIndex(JNIEnv* env, jobject obj, jstring jType) in getCoolingDeviceIndex() 198 static jint getCoolingDeviceIndexContains(JNIEnv* env, jobject obj, jstring jType) in getCoolingDeviceIndexContains() 214 static jint writeSysfs(JNIEnv* env, jobject obj, jstring jPath, jint jVal) in writeSysfs() 230 static jstring readSysfs(JNIEnv* env, jobject obj, jstring jPath) in readSysfs()
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | keymaster_mobicore.cpp | 76 #define OWNERSHIP_TRANSFERRED(obj) \ argument
|
/hardware/qcom/keymaster/ |
D | keymaster_qcom.cpp | 99 #define OWNERSHIP_TRANSFERRED(obj) \ argument
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCameraHWInterface.cpp | 4151 static inline ExynosCameraHWInterface *obj(struct camera_device *dev) in obj() function
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 720 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type) in release_buffers()
|
D | omx_vdec_hevc_swvdec.cpp | 830 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type) in release_buffers()
|
D | omx_vdec_msm8974.cpp | 800 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type) in release_buffers()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 6188 static inline ExynosCameraHWInterface2 *obj(const struct camera2_device *dev) in obj() function
|