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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcSecureElement.java 34 public native boolean doDisconnect(int handle);
36 public native byte[] doTransceive(int handle, byte[] data);
38 public native int[] doGetTechList(int handle);
40 public native byte [] doGetUid(int handle);
  /external/qemu/elff/
elff_api.cc 34 elff_close(ELFF_HANDLE handle)
36 if (handle != NULL) {
37 delete reinterpret_cast<ElfFile*>(handle);
42 elff_is_exec(ELFF_HANDLE handle)
44 assert(handle != NULL);
45 if (handle == NULL) {
49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
53 elff_get_pc_address_info(ELFF_HANDLE handle,
57 assert(handle != NULL && address_info != NULL);
58 if (handle == NULL || address_info == NULL) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Library.h 38 void *SEC_OSAL_dlsym(void *handle, const char *symbol);
39 int SEC_OSAL_dlclose(void *handle);
SEC_OSAL_Library.c 41 void *SEC_OSAL_dlsym(void *handle, const char *symbol)
43 return dlsym(handle, symbol);
46 int SEC_OSAL_dlclose(void *handle)
48 return dlclose(handle);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
SDL_sysloadso.c 37 void *handle = NULL; local
42 handle = (void *) (library_id);
44 return (handle);
48 SDL_LoadFunction(void *handle, const char *name)
51 image_id library_id = (image_id) handle;
60 SDL_UnloadObject(void *handle)
63 if (handle != NULL) {
64 library_id = (image_id) handle;
  /external/qemu/distrib/sdl-1.2.12/src/loadso/mint/
SDL_sysloadso.c 38 void *handle = (void *)ldg_open((char *)sofile, ldg_global); local
39 if ( handle == NULL ) {
42 return(handle);
45 void *SDL_LoadFunction(void *handle, const char *name)
48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle);
55 void SDL_UnloadObject(void *handle)
57 if ( handle != NULL ) {
58 ldg_close((LDG *)handle, ldg_global);
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.h 28 EAS_EXPORT EAS_LibShutdown (EAS_DATA_HANDLE handle)
30 EAS_Shutdown(handle);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c 42 static int handle = -1; variable
61 handle = open(mousedev, 0);
65 if (handle<0) {
66 handle = open(DEVICE_NAME, 0);
69 if (handle<0) {
70 handle = -1;
75 r = fcntl(handle, F_GETFL, 0);
77 close(handle);
78 handle = -1;
84 r = fcntl(handle, F_SETFL, r)
    [all...]
  /external/iproute2/include/
dlfcn.h 22 static inline void *dlsym(void *handle, const char *sym)
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle)
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
  /system/core/adb/
usb_windows.c 40 /// Handle to USB interface
43 /// Handle to USB read pipe (endpoint)
46 /// Handle to USB write pipe (endpoint)
68 /// Checks if there is opened usb handle in handle_list for this device.
71 /// Checks if there is opened usb handle in handle_list for this device.
75 /// Registers opened usb handle (adds it to handle_list).
76 int register_new_device(usb_handle* handle);
79 int recognized_device(usb_handle* handle);
98 /// Writes data to the opened usb handle
99 int usb_write(usb_handle* handle, const void* data, int len)
449 usb_handle* handle = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
40 int Apple80211CopyValue(Apple80211Ref handle, int field, CFDictionaryRef arg2
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMChildIterNodeList.java 74 * @param parentHandle DTM node-handle integer
96 int handle=m_firstChild; local
97 while(--index>=0 && handle!=DTM.NULL) {
98 handle=m_parentDTM.getNextSibling(handle);
100 if (handle == DTM.NULL) {
103 return m_parentDTM.getNode(handle);
112 for (int handle=m_firstChild;
113 handle!=DTM.NULL;
114 handle=m_parentDTM.getNextSibling(handle))
    [all...]
  /external/iproute2/include/libiptc/
libip6tc.h 20 /* Transparent handle type. */
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle);
54 ip6tc_handle_t *handle);
64 ip6tc_handle_t *handle);
    [all...]
libiptc.h 28 /* Transparent handle type. */
32 int iptc_is_chain(const char *chain, const iptc_handle_t handle);
41 const char *iptc_first_chain(iptc_handle_t *handle);
42 const char *iptc_next_chain(iptc_handle_t *handle);
46 iptc_handle_t *handle);
50 iptc_handle_t *handle);
54 iptc_handle_t *handle);
57 int iptc_builtin(const char *chain, const iptc_handle_t handle);
62 iptc_handle_t *handle);
72 iptc_handle_t *handle);
    [all...]
  /external/iptables/include/libiptc/
libip6tc.h 20 /* Transparent handle type. */
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle);
54 ip6tc_handle_t *handle);
64 ip6tc_handle_t *handle);
    [all...]
libiptc.h 28 /* Transparent handle type. */
32 int iptc_is_chain(const char *chain, const iptc_handle_t handle);
41 const char *iptc_first_chain(iptc_handle_t *handle);
42 const char *iptc_next_chain(iptc_handle_t *handle);
46 iptc_handle_t *handle);
50 iptc_handle_t *handle);
54 iptc_handle_t *handle);
57 int iptc_builtin(const char *chain, const iptc_handle_t handle);
62 iptc_handle_t *handle);
72 iptc_handle_t *handle);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
SDL_sysloadso.c 36 void *handle = dlopen(sofile, RTLD_NOW); local
38 if ( handle == NULL ) {
41 return(handle);
44 void *SDL_LoadFunction(void *handle, const char *name)
46 void *symbol = dlsym(handle, name);
53 symbol = dlsym(handle, _name);
62 void SDL_UnloadObject(void *handle)
64 if ( handle != NULL ) {
65 dlclose(handle);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/os2/
SDL_sysloadso.c 38 HMODULE handle = NULL; local
40 APIRET ulrc = DosLoadModule(buf, sizeof (buf), (char *) sofile, &handle);
43 if ((ulrc != NO_ERROR) || (handle == NULL))
46 return((void *) handle);
49 void *SDL_LoadFunction(void *handle, const char *name)
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
55 loaderror = "Invalid module handle";
65 void SDL_UnloadObject(void *handle)
67 if ( handle != NULL )
68 DosFreeModule((HMODULE) handle);
    [all...]
  /external/libpcap/
pcap-linux.c 215 static int fix_program(pcap_t *handle, struct sock_fprog *fcode);
217 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
218 static int reset_kernel_filter(pcap_t *handle);
227 * Get a handle for a live capture from the given device. You can
240 pcap_t *handle; local
258 /* Allocate a handle for this session. */
260 handle = malloc(sizeof(*handle));
261 if (handle == NULL) {
269 memset(handle, 0, sizeof(*handle))
1694 struct pcap *handle; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
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/loadso/dummy/
SDL_sysloadso.c 38 void *SDL_LoadFunction(void *handle, const char *name)
45 void SDL_UnloadObject(void *handle)
  /external/quake/quake/src/QW/client/
sys.h 32 void Sys_FileClose (int handle);
33 void Sys_FileSeek (int handle, int position);
34 int Sys_FileRead (int handle, void *dest, int count);
35 int Sys_FileWrite (int handle, void *data, int count);
  /external/quake/quake/src/WinQuake/
sys.h 32 void Sys_FileClose (int handle);
33 void Sys_FileSeek (int handle, int position);
34 int Sys_FileRead (int handle, void *dest, int count);
35 int Sys_FileWrite (int handle, const void *data, int count);
  /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);
  /prebuilt/darwin-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);

Completed in 1175 milliseconds

1 2 3 4 5 6 7 8 91011>>