HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 126 - 150 of 2079) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 114 CSC_HANDLE *handle)
118 switch (handle->dst_format.color_format) {
121 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
122 (unsigned char *)handle->dst_buffer.planes[CSC_U_PLANE],
123 (unsigned char *)handle->dst_buffer.planes[CSC_V_PLANE],
124 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
125 handle->src_format.width,
126 handle->src_format.height);
131 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
132 (unsigned char *)handle->dst_buffer.planes[CSC_UV_PLANE]
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 38 int handle = 0; field in class:HandleMap.Entry
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
49 this.handle = handle;
55 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) {
58 this.handle = handle;
64 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) {
67 this.handle = handle;
174 Integer handle = mRequestMap.get(requestId); local
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 74 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
78 "handle:%d", app_id, local_role, peer_role, handle);
81 conn = btpan_new_conn(handle, peer_addr, local_role, peer_role);
85 "conn->handle:%d should = handle:%d, local_role:%d, remote_role:%d",
86 btpan_cb.tap_fd, btpan_cb.open_count, conn->handle, handle,
91 conn->handle = handle;
    [all...]
  /external/libsepol/src/
iface_record.c 27 int sepol_iface_key_create(sepol_handle_t * handle,
35 ERR(handle, "out of memory, could not create interface key");
55 int sepol_iface_key_extract(sepol_handle_t * handle,
60 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) {
61 ERR(handle, "could not extract key from "
89 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface)
96 ERR(handle, "out of memory, could not create "
120 int sepol_iface_set_name(sepol_handle_t * handle,
126 ERR(handle, "out of memory, " "could not set interface name");
145 int sepol_iface_set_ifcon(sepol_handle_t * handle,
    [all...]
handle.h 4 #include <sepol/handle.h>
15 sepol_handle_t * handle, const char *fmt, ...);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 22 static int32_t drm_getString(uint8_t* string, int32_t len, int32_t handle)
27 if (DRM_FILE_FAILURE == DRM_file_read(handle, &string[i], 1))
37 static int32_t drm_putString(uint8_t* string, int32_t handle)
44 if (DRM_FILE_FAILURE == DRM_file_write(handle, &string[i], 1))
60 int32_t handle; local
77 &handle);
82 &handle);
83 DRM_file_write(handle, (uint8_t *)"0\n", 2);
84 DRM_file_close(handle);
88 &handle);
160 int32_t handle; local
258 int32_t handle; local
387 int32_t handle; local
448 int32_t handle; local
    [all...]
  /development/ndk/platforms/android-3/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /external/libsepol/include/sepol/
iface_record.h 4 #include <sepol/handle.h>
22 extern int sepol_iface_key_create(sepol_handle_t * handle,
26 extern int sepol_iface_key_extract(sepol_handle_t * handle,
35 extern int sepol_iface_set_name(sepol_handle_t * handle,
41 extern int sepol_iface_set_ifcon(sepol_handle_t * handle,
46 extern int sepol_iface_set_msgcon(sepol_handle_t * handle,
50 extern int sepol_iface_create(sepol_handle_t * handle,
53 extern int sepol_iface_clone(sepol_handle_t * handle,
  /external/libsepol/include/sepol/policydb/
link.h 9 #include <sepol/handle.h>
16 extern int link_modules(sepol_handle_t * handle,
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
SDL_sysloadso.c 40 void *handle = NULL; local
70 handle = (void *)(library_id);
74 return(handle);
77 void *SDL_LoadFunction(void *handle, const char *name)
82 CFragConnectionID library_id = (CFragConnectionID)handle;
97 void SDL_UnloadObject(void *handle)
100 if ( handle != NULL ) {
101 library_id = (CFragConnectionID)handle;
  /external/webkit/Source/WebCore/platform/network/curl/
FormDataStreamCurl.h 38 FormDataStream(ResourceHandle* handle)
39 : m_resourceHandle(handle)
  /frameworks/base/opengl/java/android/opengl/
EGLConfig.java 25 private EGLConfig(int handle) {
26 super(handle);
EGLContext.java 25 private EGLContext(int handle) {
26 super(handle);
EGLDisplay.java 25 private EGLDisplay(int handle) {
26 super(handle);
EGLSurface.java 25 private EGLSurface(int handle) {
26 super(handle);
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLConfig.java 25 private EGLConfig(int handle) {
26 super(handle);
EGLContext.java 25 private EGLContext(int handle) {
26 super(handle);
EGLDisplay.java 25 private EGLDisplay(int handle) {
26 super(handle);
EGLSurface.java 25 private EGLSurface(int handle) {
26 super(handle);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);

Completed in 2204 milliseconds

1 2 3 4 56 7 8 91011>>