Searched refs:handle (Results 226 - 250 of 2331) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.h40 buffer_handle_t handle; member in struct:android_winsys_handle
/external/mockito/src/org/mockito/invocation/
H A DMockHandler.java27 * @param invocation The invocation to handle
32 Object handle(Invocation invocation) throws Throwable; method in interface:MockHandler
/external/qemu/android/base/files/
H A DScopedHandle.h32 // Default destructor is used to wrap an invalid handle value.
35 // Constructor takes ownership of |handle|.
36 explicit ScopedHandle(HANDLE handle) : handle_(handle) {} argument
54 // Close handle if it is not invalid.
64 HANDLE handle = handle_; local
66 other->handle_ = handle;
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DCallbackHandler.java23 * 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/webrtc/src/common_audio/vad/
H A Dvad_sp.h46 // - handle : State information of the VAD.
50 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
/external/webrtc/src/modules/audio_processing/
H A Dnoise_suppression_impl.h43 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;
H A Dvoice_detection_impl.h48 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/libsepol/tests/
H A Dtest-downgrade.c26 #include <sepol/handle.h>
213 sepol_handle_destroy(f.handle);
223 sepol_handle_destroy(f.handle);
244 sepol_handle_t *handle; local
248 handle = sepol_handle_create();
249 if (handle == NULL) {
253 sepol_msg_set_callback(handle, NULL, NULL);
259 sepol_handle_destroy(f.handle);
267 f.handle = handle;
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sm.c72 ** Returns Returns a pointer to the initialized state machine handle.
105 void btif_sm_shutdown(btif_sm_handle_t handle) argument
107 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
111 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
126 btif_sm_state_t btif_sm_get_state(btif_sm_handle_t handle) argument
128 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
132 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
150 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, argument
155 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
159 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION_
182 btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davct_api.h38 #define AVCT_BAD_HANDLE 2 /* Bad handle */
102 typedef void (tAVCT_CTRL_CBACK)(UINT8 handle, UINT8 event, UINT16 result,
107 typedef void (tAVCT_MSG_CBACK)(UINT8 handle, UINT8 label, UINT8 cr,
191 AVCT_API extern UINT16 AVCT_RemoveConn(UINT8 handle);
209 AVCT_API extern UINT16 AVCT_CreateBrowse(UINT8 handle, UINT8 role);
224 AVCT_API extern UINT16 AVCT_RemoveBrowse(UINT8 handle);
236 AVCT_API extern UINT16 AVCT_GetBrowseMtu (UINT8 handle);
248 AVCT_API extern UINT16 AVCT_GetPeerMtu (UINT8 handle);
271 AVCT_API extern UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg);
/external/chromium_org/components/nacl/renderer/
H A Dtrusted_plugin_channel.cc15 const IPC::ChannelHandle& handle) {
17 handle,
14 TrustedPluginChannel( const IPC::ChannelHandle& handle) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_surface_texture.cc66 gfx::GpuMemoryBufferHandle handle) {
73 handle.surface_texture_id.primary_id,
74 handle.surface_texture_id.secondary_id);
83 surface_texture_id_ = handle.surface_texture_id;
117 gfx::GpuMemoryBufferHandle handle; local
118 handle.type = gfx::SURFACE_TEXTURE_BUFFER;
119 handle.surface_texture_id = surface_texture_id_;
120 return handle;
65 InitializeFromHandle( gfx::GpuMemoryBufferHandle handle) argument
H A Dgpu_memory_buffer_impl_io_surface.cc58 gfx::GpuMemoryBufferHandle handle) {
60 io_surface_.reset(IOSurfaceLookup(handle.io_surface_id));
87 gfx::GpuMemoryBufferHandle handle; local
88 handle.type = gfx::IO_SURFACE_BUFFER;
89 handle.io_surface_id = IOSurfaceGetID(io_surface_);
90 return handle;
57 InitializeFromHandle( gfx::GpuMemoryBufferHandle handle) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_proxy_channel_delegate_impl.cc27 base::PlatformFile handle,
30 return BrokerGetFileHandleForProcess(handle, remote_pid, should_close_source);
26 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId remote_pid, bool should_close_source) argument
/external/chromium_org/content/renderer/
H A Dweb_ui_setup_impl.cc13 void WebUISetupImpl::Bind(mojo::ScopedMessagePipeHandle handle) { argument
14 mojo::BindToPipe(new WebUISetupImpl(), handle.Pass());
/external/chromium_org/ppapi/api/private/
H A Dppb_file_io_private.idl18 * Returns a file handle corresponding to the given FileIO
21 * of the returned file handle and must close it.
24 [out] PP_FileHandle handle,
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_private_thunk.cc23 PP_FileHandle* handle,
29 handle,
22 RequestOSFileHandle(PP_Resource file_io, PP_FileHandle* handle, struct PP_CompletionCallback callback) argument
/external/chromium_org/sandbox/win/src/
H A Dsync_dispatcher.cc54 HANDLE handle = NULL; local
57 &handle);
60 ipc->return_info.handle = handle;
74 HANDLE handle = NULL; local
76 desired_access, &handle);
79 ipc->return_info.handle = handle;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32windowpicker_unittest.cc35 if (!Win32WindowPicker::EnumProc(visible_window_.handle(),
39 if (!Win32WindowPicker::EnumProc(invisible_window_.handle(),
65 EXPECT_EQ(window_picker.visible_window()->handle(), desc.id().id());
67 GetWindowText(window_picker.visible_window()->handle(), window_title,
74 HWND visible_id = window_picker.visible_window()->handle();
75 HWND invisible_id = window_picker.invisible_window()->handle();
82 HWND visible_id = window_picker.visible_window()->handle();
83 HWND invisible_id = window_picker.invisible_window()->handle();
/external/chromium_org/third_party/webrtc/base/
H A Dwin32windowpicker_unittest.cc41 if (!Win32WindowPicker::EnumProc(visible_window_.handle(),
45 if (!Win32WindowPicker::EnumProc(invisible_window_.handle(),
71 EXPECT_EQ(window_picker.visible_window()->handle(), desc.id().id());
73 GetWindowText(window_picker.visible_window()->handle(), window_title,
80 HWND visible_id = window_picker.visible_window()->handle();
81 HWND invisible_id = window_picker.invisible_window()->handle();
88 HWND visible_id = window_picker.visible_window()->handle();
89 HWND invisible_id = window_picker.invisible_window()->handle();
/external/libsepol/src/
H A Dports.c6 #include "handle.h"
11 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) argument
20 ERR(handle, "unsupported protocol %u", proto);
25 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) argument
34 ERR(handle, "invalid protocol %u " "found in policy", proto);
41 static int port_from_record(sepol_handle_t * handle, argument
59 tmp_proto = sepol2ipproto(handle, proto);
68 ERR(handle, "low port %d exceeds high port %d",
74 if (context_from_record(handle, policydb, &tmp_con,
86 ERR(handle, "ou
100 port_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * port, sepol_port_t ** record) argument
162 sepol_port_exists(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_port_key_t * key, int *response) argument
200 sepol_port_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_port_key_t * key, sepol_port_t ** response) argument
240 sepol_port_modify(sepol_handle_t * handle, sepol_policydb_t * p, const sepol_port_key_t * key, const sepol_port_t * data) argument
276 sepol_port_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_port_t * port, void *fn_arg), void *arg) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.h127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.h127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.h127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
[all...]
/external/chromium_org/mojo/public/js/bindings/
H A Dcore.js50 * MojoHandleSignals: Used to specify signals that can be waited on for a handle
52 * the handle.
104 * Closes the given |handle|. See MojoClose for more info.
108 function close(handle) { [native code] }
111 * Waits on the given handle until a signal indicated by |signals| is
114 * @param {MojoHandle} handle Handle to wait on.
119 function wait(handle, signals, deadline) { [native code] }
129 * for each corresponding handle. Must be the same length as |handles|.
148 * Writes a message to the message pipe endpoint given by |handle|. See
151 * @param {MojoHandle} handle Th
[all...]

Completed in 762 milliseconds

1234567891011>>