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

1 2 3 45 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h 118 void *handle);
121 void *handle);
124 void *handle);
127 void *handle);
130 void *handle);
133 void *handle);
  /ndk/sources/host-tools/ndk-stack/elff/
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 handle != (void*)(ptrdiff_t)-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...]
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...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 53 private native boolean doNativeDisconnectSecureElementConnection(int handle);
55 public boolean doDisconnect(int handle) {
59 return doNativeDisconnectSecureElementConnection(handle);
62 public native byte[] doTransceive(int handle, byte[] data);
64 public native int[] doGetTechList(int handle);
66 public native byte [] doGetUid(int handle);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 53 private native boolean doNativeDisconnectSecureElementConnection(int handle);
55 public boolean doDisconnect(int handle) {
59 return doNativeDisconnectSecureElementConnection(handle);
62 public native byte[] doTransceive(int handle, byte[] data);
64 public native int[] doGetTechList(int handle);
66 public native byte [] doGetUid(int handle);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 15 void TestingAutomationProvider::ActivateWindow(int handle) {
19 void TestingAutomationProvider::IsWindowMaximized(int handle,
26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
32 void TestingAutomationProvider::WindowGetViewBounds(int handle,
39 GtkWindow* window = window_tracker_->GetResource(handle);
61 void TestingAutomationProvider::GetWindowBounds(int handle,
68 void TestingAutomationProvider::SetWindowBounds(int handle,
72 GtkWindow* window = window_tracker_->GetResource(handle);
80 void TestingAutomationProvider::SetWindowVisible(int handle,
84 GtkWindow* window = window_tracker_->GetResource(handle);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sm.h 64 ** Returns Returns a pointer to the initialized state machine handle.
79 void btif_sm_shutdown(btif_sm_handle_t handle);
90 btif_sm_state_t btif_sm_get_state(btif_sm_handle_t handle);
101 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event,
116 bt_status_t btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state);
btif_sock_thread.h 42 int btsock_thread_add_fd(int handle, int fd, int type, int flags, uint32_t user_id);
43 int btsock_thread_wakeup(int handle);
44 int btsock_thread_post_cmd(int handle, int cmd_type, const unsigned char* cmd_data,
47 int btsock_thread_exit(int handle);
  /external/chromium/chrome/browser/
browser_util_win.cc 19 static HANDLE handle = NULL; local
26 if (handle != NULL)
27 CloseHandle(handle);
28 handle = CreateEvent(NULL, TRUE, TRUE, exe.c_str());
  /external/chromium/chrome/browser/sync/glue/
history_model_worker.h 39 CancelableRequestProvider::Handle handle) {}
42 CancelableRequestProvider::Handle handle) {}
45 CancelableRequestProvider::Handle handle) {}
48 CancelableRequestProvider::Handle handle) {}
  /external/iptables/include/
ip6tables.h 11 struct ip6tc_handle **handle);
13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
14 extern int flush_entries6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
15 extern int delete_chain6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
  /external/libsepol/include/sepol/policydb/
hierarchy.h 30 extern int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p);
  /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/webkit/Source/WebCore/platform/win/
Win32Handle.h 38 explicit Win32Handle(HANDLE handle) : m_handle(handle) { }
52 HANDLE get() const { return m_handle; }
53 HANDLE release() { HANDLE ret = m_handle; m_handle = INVALID_HANDLE_VALUE; return ret; }
55 Win32Handle& operator=(HANDLE handle)
58 m_handle = handle;
62 HANDLE m_handle
    [all...]
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.h 48 virtual int InitializeHandle(void* handle) const;
49 virtual int ConfigureHandle(void* handle) const;
50 virtual int DestroyHandle(void* handle) const;
52 virtual int GetHandleError(void* handle) const;
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 35 struct nl_sock *handle = NULL; local
55 handle = nl_socket_alloc();
56 if (!handle) {
61 if (nl_connect(handle, NETLINK_ROUTE) < 0) {
66 if (rtnl_link_alloc_cache(handle, AF_UNSPEC, &cache) < 0) {
108 if (rtnl_link_add(handle, rlink, NLM_F_CREATE) < 0) {
122 if (handle)
123 nl_socket_free(handle);
131 struct nl_sock *handle = NULL; local
137 handle = nl_socket_alloc()
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 57 int handle; member in struct:__anon18614
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/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)
  /libcore/luni/src/main/java/javax/security/auth/callback/
CallbackHandler.java 23 * Needs to be implemented by classes that want to handle authentication
24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be
36 * Callback}s it actually wants to handle and in which way. For example, a
40 * values. If a {@code CallbackHandler} is not able to handle a specific
49 * if the {@code CallbackHandler} is not able to handle a
52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException; method in interface:CallbackHandler
  /external/bluetooth/bluedroid/bta/include/
bta_pan_co.h 81 BTA_API extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr);
94 BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
155 BTA_API extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
173 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
185 BTA_API extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
197 BTA_API extern void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 53 DllHandle handle = dlopen(dll_name, RTLD_NOW); local
57 if (handle == kInvalidDllHandle) {
60 return handle;
63 void InternalUnloadDll(DllHandle handle) {
65 if (dlclose(handle) != 0) {
73 static bool LoadSymbol(DllHandle handle,
77 *symbol = dlsym(handle, symbol_name);
95 bool InternalLoadSymbols(DllHandle handle,
104 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
  /external/libpcap/
pcap-septel.c 194 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_)
196 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
202 * Get a handle for a live capture from the given Septel device. Always pass a NULL device
210 pcap_t *handle; local
212 handle = malloc(sizeof(*handle));
213 if (handle == NULL) {
220 memset(handle, 0, sizeof(*handle));
222 handle->snapshot = snaplen
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShaderLang.cpp 35 const ShHandle handle,
42 if (!handle || !size || !type || !name)
47 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle);
129 void ShDestruct(ShHandle handle)
131 if (handle == 0)
134 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
148 const ShHandle handle,
156 if (handle == 0)
159 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle);
168 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 117 String openTemporaryFile(const String& prefix, PlatformFileHandle& handle)
124 handle = temp;
128 handle = invalidPlatformFileHandle;
150 int readFromFile(PlatformFileHandle handle, char* data, int length)
152 if (handle && handle->exists() && handle->isReadable())
153 return handle->read(data, length);
157 void closeFile(PlatformFileHandle& handle)
159 if (handle) {
    [all...]
  /device/samsung/tuna/audio/
ril_interface.c 93 ril->handle = dlopen(RIL_CLIENT_LIBPATH, RTLD_NOW);
95 if (!ril->handle) {
100 _ril_open_client = dlsym(ril->handle, "OpenClient_RILD");
101 _ril_close_client = dlsym(ril->handle, "CloseClient_RILD");
102 _ril_connect = dlsym(ril->handle, "Connect_RILD");
103 _ril_is_connected = dlsym(ril->handle, "isConnected_RILD");
104 _ril_disconnect = dlsym(ril->handle, "Disconnect_RILD");
105 _ril_set_call_volume = dlsym(ril->handle, "SetCallVolume");
106 _ril_set_call_audio_path = dlsym(ril->handle, "SetCallAudioPath");
107 _ril_register_unsolicited_handler = dlsym(ril->handle,
    [all...]

Completed in 1000 milliseconds

1 2 3 45 6 7 8 91011>>