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

1 23 4 5 6 7 8 91011>>

  /external/sqlite/android/
sqlite3_android.h 26 int register_android_functions(sqlite3 * handle, int uit16Storage);
28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_loadso.h 57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_loadso.h 57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_loadso.h 57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /external/bluetooth/bluedroid/bta/include/
bta_ag_co.h 57 ** Parameters handle - handle of the AG instance
67 BTA_API extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
82 BTA_API extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
95 BTA_API extern void bta_ag_co_data_close(UINT16 handle);
109 BTA_API extern void bta_ag_co_tx_write(UINT16 handle, UINT8 *p_data, UINT16 len);
bta_ag_ci.h 48 BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
74 BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
  /external/libsepol/include/sepol/
context.h 6 #include <sepol/handle.h>
14 extern int sepol_context_check(sepol_handle_t * handle,
18 extern int sepol_mls_contains(sepol_handle_t * handle,
23 extern int sepol_mls_check(sepol_handle_t * handle,
user_record.h 5 #include <sepol/handle.h>
13 extern int sepol_user_key_create(sepol_handle_t * handle,
19 extern int sepol_user_key_extract(sepol_handle_t * handle,
34 extern int sepol_user_set_name(sepol_handle_t * handle,
40 extern int sepol_user_set_mlslevel(sepol_handle_t * handle,
45 extern int sepol_user_set_mlsrange(sepol_handle_t * handle,
51 extern int sepol_user_add_role(sepol_handle_t * handle,
58 extern int sepol_user_get_roles(sepol_handle_t * handle,
63 extern int sepol_user_set_roles(sepol_handle_t * handle,
68 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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/LayoutTests/http/tests/resources/
portabilityLayer.php 25 $handle = fopen($filename, "w"); variable
26 if (!$handle)
28 $bytesWritten = fwrite($handle, $data);
29 if (!fclose($handle))
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieWinTimer.h 36 void setSharedTimerInstanceHandle(HINSTANCE handle);
  /external/webkit/Source/WebCore/platform/network/
DataURL.cpp 41 void handleDataURL(ResourceHandle* handle)
43 ASSERT(handle->firstRequest().url().protocolIs("data"));
44 String url = handle->firstRequest().url().string();
48 handle->client()->cannotShowURL(handle);
68 response.setURL(handle->firstRequest().url());
72 handle->client()->didReceiveResponse(handle, response);
77 handle->client()->didReceiveData(handle, out.data(), out.size(), 0)
    [all...]
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 41 virtual int InitializeHandle(void* handle) const;
42 virtual int ConfigureHandle(void* handle) const;
43 virtual int DestroyHandle(void* handle) const;
45 virtual int GetHandleError(void* handle) const;
level_estimator_impl.h 42 virtual int InitializeHandle(void* handle) const;
43 virtual int ConfigureHandle(void* handle) const;
44 virtual int DestroyHandle(void* handle) const;
46 virtual int GetHandleError(void* handle) const;
noise_suppression_impl.h 43 virtual int InitializeHandle(void* handle) const;
44 virtual int ConfigureHandle(void* handle) const;
45 virtual int DestroyHandle(void* handle) const;
47 virtual int GetHandleError(void* handle) const;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CWsm.h 46 uint32_t handle; member in class:CWsm
51 uint32_t handle,
56 handle(handle),
  /external/chromium/net/base/
crypto_module_openssl.cc 16 CryptoModule* CryptoModule::CreateFromHandle(OSModuleHandle handle) {
21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
  /hardware/ti/omap4xxx/ion/
ion.h 27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /system/core/fastboot/
usb_windows.c 52 /// Handle to USB interface
55 /// Handle to USB read pipe (endpoint)
58 /// Handle to USB write pipe (endpoint)
70 int recognized_device(usb_handle* handle, ifc_match_func callback);
75 /// Writes data to the opened usb handle
76 int usb_write(usb_handle* handle, const void* data, int len);
78 /// Reads data using the opened usb handle
79 int usb_read(usb_handle *handle, void* data, int len);
81 /// Cleans up opened usb handle
82 void usb_cleanup_handle(usb_handle* handle);
324 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/chromium/crypto/
scoped_capi_types.h 22 void operator()(CAPIHandle handle) const {
23 if (handle) {
24 BOOL ok = Destroyer(handle);
36 void operator()(CAPIHandle handle) const {
37 if (handle) {
38 BOOL ok = Destroyer(handle, flags);
51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
57 void reset(CAPIHandle handle = NULL) {
58 if (handle_ != handle) {
    [all...]
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 200 void *handle)
202 if (handle == NULL) {
203 ALOGE("%s::handle is null", __func__);
207 if (((ExynosMutex *)handle)->getCreatedStatus() == true)
208 ((ExynosMutex *)handle)->destroy();
210 delete (ExynosMutex *)handle;
216 void *handle)
218 if (handle == NULL) {
219 ALOGE("%s::handle is null", __func__);
223 return ((ExynosMutex *)handle)->lock()
    [all...]
  /external/apache-xml/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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.cpp 69 unsigned int handle = 1; local
71 while (mBufferMap.find(handle) != mBufferMap.end())
73 handle++;
76 mBufferMap[handle] = NULL;
78 return handle;
84 unsigned int handle = 1; local
86 while (mShaderMap.find(handle) != mShaderMap.end() || mProgramMap.find(handle) != mProgramMap.end()) // Shared name space
88 handle++;
93 mShaderMap[handle] = new VertexShader(this, handle)
107 unsigned int handle = 1; local
122 unsigned int handle = 1; local
137 unsigned int handle = 1; local
    [all...]

Completed in 5448 milliseconds

1 23 4 5 6 7 8 91011>>