HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 26 - 50 of 1016) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/sdl/include/SDL/
SDL_loadso.h 54 * to the object handle (or NULL if there was an error).
59 /* Given an object handle, this function looks up the address of the
63 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
66 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_loadso.h 56 * to the object handle (or NULL if there was an error).
61 /* Given an object handle, this function looks up the address of the
65 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
68 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /prebuilt/windows/sdl/include/SDL/
SDL_loadso.h 54 * to the object handle (or NULL if there was an error).
59 /* Given an object handle, this function looks up the address of the
63 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
66 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_systhread.c 34 thread->handle = thd_create(SDL_RunThread,args);
35 if (thread->handle == NULL) {
54 thd_wait(thread->handle);
59 thd_destroy(thread->handle);
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.h 36 void setSharedTimerInstanceHandle(HINSTANCE handle);
  /external/bluetooth/bluez/plugins/
netlink.c 42 static struct nl_handle *handle; variable in typeref:struct:nl_handle
58 err = nl_recvmsgs_default(handle);
79 handle = nl_handle_alloc();
80 if (!handle) {
81 error("Failed to allocate netlink handle");
85 if (genl_connect(handle) < 0) {
87 nl_handle_destroy(handle);
91 cache = genl_ctrl_alloc_cache(handle);
94 nl_handle_destroy(handle);
102 nl_handle_destroy(handle);
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 97 gpointer handle; local
99 handle = dlopen (file_name,
101 if (!handle)
104 return handle;
110 gpointer handle; local
116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY);
117 if (!handle)
120 return handle;
124 _g_module_close (gpointer handle,
134 if (dlclose (handle) != 0
    [all...]
gmodule-os2.c 75 gpointer handle; local
77 handle = dlopen (file_name,
79 if (!handle)
82 return handle;
88 gpointer handle; local
95 handle = NULL;
96 g_module_set_error ("module handle for self not supported");
98 return handle;
102 _g_module_close (gpointer handle,
113 dlclose (handle);
    [all...]
  /system/core/fastboot/
usb_windows.c 51 /// Handle to USB interface
54 /// Handle to USB read pipe (endpoint)
57 /// Handle to USB write pipe (endpoint)
69 int recognized_device(usb_handle* handle, ifc_match_func callback);
74 /// Writes data to the opened usb handle
75 int usb_write(usb_handle* handle, const void* data, int len);
77 /// Reads data using the opened usb handle
78 int usb_read(usb_handle *handle, void* data, int len);
80 /// Cleans up opened usb handle
81 void usb_cleanup_handle(usb_handle* handle);
321 usb_handle* handle = NULL; local
    [all...]
  /system/extras/ext4_utils/
ext4_jbd2.h 42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle), (bh))
43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (handle), (bh))
44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (is_metadata), (inode), (bh), (block_nr))
45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (handle), (bh))
46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (handle), (inode), (bh)
    [all...]
  /bionic/libc/netbsd/nameser/
ns_parse.c 74 int ns_msg_getflag(ns_msg handle, int flag) {
75 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
107 memset(handle, 0x5e, sizeof *handle);
108 handle->_msg = msg;
109 handle->_eom = eom;
112 NS_GET16(handle->_id, msg);
115 NS_GET16(handle->_flags, msg);
119 NS_GET16(handle->_counts[i], msg)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.c 39 static int (*__Apple80211GetIfListCopy)(Apple80211Ref handle, CFArrayRef *list)
42 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list)
44 return __Apple80211GetIfListCopy(handle, list);
48 static int (*__Apple80211BindToInterface)(Apple80211Ref handle,
51 int Apple80211BindToInterface(Apple80211Ref handle,
54 return __Apple80211BindToInterface(handle, interface);
58 static int (*__Apple80211GetInterfaceNameCopy)(Apple80211Ref handle,
61 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
64 return __Apple80211GetInterfaceNameCopy(handle, name);
68 static int (*__Apple80211GetInfoCopy)(Apple80211Ref handle,
    [all...]
  /frameworks/base/include/ui/
GraphicBufferMapper.h 41 status_t registerBuffer(buffer_handle_t handle);
43 status_t unregisterBuffer(buffer_handle_t handle);
45 status_t lock(buffer_handle_t handle,
48 status_t unlock(buffer_handle_t handle);
50 // dumps information about the mapping of this handle
51 void dump(buffer_handle_t handle);
  /hardware/msm7k/librpc/
ops.c 16 int handle = open(router, O_RDWR, 0); local
18 if(handle < 0)
20 return handle;
23 void r_close(int handle)
25 if(close(handle) < 0) E("error: %s\n", strerror(errno));
28 int r_read(int handle, char *buf, uint32 size)
30 int rc = read((int) handle, (void *)buf, size);
46 int r_write (int handle, const char *buf, uint32 size)
48 int rc = write(handle, (void *)buf, size);
64 int r_control(int handle, const uint32 cmd, void *arg
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 116 /** Return a handle to the filter used to screen nodes.
139 int handle=dtm_iter.getRoot(); local
140 return dtm_iter.getDTM(handle).getNode(handle);
163 int handle=dtm_iter.nextNode(); local
164 if (handle==DTM.NULL)
166 return dtm_iter.getDTM(handle).getNode(handle);
181 int handle=dtm_iter.previousNode(); local
182 if (handle==DTM.NULL
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 44 void *handle = NULL; local
69 if ((handle = dlopen(cp, RTLD_NOW))) {
75 if (!handle)
78 info->readline_handle = handle;
80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL
    [all...]
  /external/webkit/WebCore/loader/mac/
DocumentLoaderMac.cpp 44 if (ResourceHandle* handle = (*it)->handle())
45 handle->schedule(pair);
53 if (ResourceHandle* handle = (*it)->handle())
54 handle->unschedule(pair);
61 if (m_mainResourceLoader && m_mainResourceLoader->handle())
62 m_mainResourceLoader->handle()->schedule(pair);
74 if (m_mainResourceLoader && m_mainResourceLoader->handle())
75 m_mainResourceLoader->handle()->unschedule(pair)
    [all...]
  /development/simulator/wrapsim/
DevAudio.c 22 snd_pcm_t *handle; member in struct:AudioState
33 audioState->handle = NULL;
35 snd_pcm_open(&audioState->handle, "default", SND_PCM_STREAM_PLAYBACK, 0);
37 if (audioState->handle) {
40 snd_pcm_hw_params_any(audioState->handle, params);
41 snd_pcm_hw_params_set_access(audioState->handle, params, SND_PCM_ACCESS_RW_INTERLEAVED);
42 snd_pcm_hw_params_set_format(audioState->handle, params, SND_PCM_FORMAT_S16_LE);
44 snd_pcm_hw_params_set_rate_near(audioState->handle, params, &rate, NULL);
45 snd_pcm_hw_params_set_channels(audioState->handle, params, 2);
46 snd_pcm_hw_params(audioState->handle, params)
    [all...]
  /hardware/libhardware/modules/gralloc/
mapper.cpp 47 buffer_handle_t handle,
50 private_handle_t* hnd = (private_handle_t*)handle;
68 buffer_handle_t handle)
70 private_handle_t* hnd = (private_handle_t*)handle;
90 buffer_handle_t handle)
92 if (private_handle_t::validate(handle) < 0)
95 // if this handle was created in this process, then we keep it as is.
97 private_handle_t* hnd = (private_handle_t*)handle;
100 err = gralloc_map(module, handle, &vaddr);
106 buffer_handle_t handle)
    [all...]
  /external/qemu/android/utils/
mapfile.h 35 /* Checks if file handle is a valid one.
37 * boolean: 1 if handle is valid, or 0 if it's not valid.
40 mapfile_is_valid(MapFile* handle)
42 return (int)handle != -1;
53 * A valid handle to the opened file on success, or an invalid value on
58 /* Closes a file handle opened with mapfile_open routine.
60 * handle - A handle to a file previously obtained via successful call to
65 extern int mapfile_close(MapFile* handle);
68 * Except for handle parameter, semantics of this call are the same as fo
    [all...]
  /external/webkit/WebCore/bindings/v8/
OwnHandle.h 42 explicit OwnHandle(v8::Handle<T> handle) : m_handle(v8::Persistent<T>::New(handle)) { }
45 v8::Handle<T> get() const { return m_handle; }
46 void set(v8::Handle<T> handle) { clear(); m_handle = v8::Persistent<T>::New(handle); }
48 // Note: This is clear in the OwnPtr sense, not the v8::Handle sense.
59 // Make the underlying handle weak. The client doesn't get a callback,
60 // we just make the handle empty
71 OwnHandle<T>* handle = static_cast<OwnHandle<T>*>(ownHandle); local
    [all...]
  /external/qemu/elff/
elff_api.h 28 /* Defines type for a handle used in ELFF API. */
115 * On success, this routine returns a handle that can be used in subsequent
118 * NOTE: handle returned from this routine must be closed using elff_close().
122 /* Closes a handle obtained after successful call to elff_init routine.
124 * handle - A handle to close. This handle must be a handle returned from
127 void elff_close(ELFF_HANDLE handle);
130 * handle - A handle obtained from successful call to elff_init().
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 57 int handle; member in struct:__anon8564
85 filedisk.handle = open("yaffsemfile", O_RDWR | O_CREAT, S_IREAD | S_IWRITE);
87 if(filedisk.handle < 0)
94 fSize = lseek(filedisk.handle,0,SEEK_END);
100 lseek(filedisk.handle,0,SEEK_SET);
106 written = write(filedisk.handle,&p,sizeof(yflash_Page));
129 lseek(filedisk.handle,chunkInNAND * 528,SEEK_SET);
130 written = write(filedisk.handle,data,512);
137 lseek(filedisk.handle,chunkInNAND * 528 + 512,SEEK_SET);
138 written = write(filedisk.handle,spare,16)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 64 rpc_loc_client_handle_type loc_handle, /* handle of the client */
76 rpc_loc_client_handle_type handle
81 rpc_loc_client_handle_type handle
86 rpc_loc_client_handle_type handle
91 rpc_loc_client_handle_type handle,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 58 #define get_Private(handle) \
59 ((PERF_Private *) ( (handle)->pComponentPrivate ))
89 * Pointer to a handle to the PERF object, which will be
100 /* check if handle is defined */
101 #define PERF_check(handle, exp) ((handle) ? (exp),1 : 0)

Completed in 2175 milliseconds

12 3 4 5 6 7 8 91011>>