Searched refs:handle (Results 501 - 525 of 2418) sorted by relevance

<<21222324252627282930>>

/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_battery_int.h70 extern BOOLEAN battery_valid_handle_range(UINT16 handle);
74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_host_impl_view.css15 .lthi-s-view > x-drag-handle {
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc46 handle(NULL),
53 PlatformThreadHandle* handle; member in struct:base::__anon2547::ThreadParams
70 // Stash the id in the handle so the calling thread has a complete
71 // handle, and unblock the parent thread.
72 *(thread_params->handle) = PlatformThreadHandle(pthread_self(),
117 params.handle = thread_handle;
119 pthread_t handle; local
120 int err = pthread_create(&handle,
126 // Value of |handle| is undefined if pthread_create fails.
127 handle
[all...]
H A Dthread_id_name_manager.h26 // Register the mapping between a thread |id| and |handle|.
27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
36 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_picasa_album_table_reader.cc69 // utility process, so that we can dup the file handle.
79 if (utility_process_host_->GetData().handle == base::kNullProcessHandle) {
80 DLOG(ERROR) << "Child process handle is null";
85 utility_process_host_->GetData().handle);
88 utility_process_host_->GetData().handle);
91 utility_process_host_->GetData().handle);
94 utility_process_host_->GetData().handle);
97 utility_process_host_->GetData().handle);
100 utility_process_host_->GetData().handle);
103 utility_process_host_->GetData().handle);
[all...]
/external/chromium_org/components/invalidation/
H A Dmock_ack_handler.h59 const AckHandle& handle) OVERRIDE;
62 const AckHandle& handle) OVERRIDE;
/external/chromium_org/components/nacl/renderer/
H A Dtrusted_plugin_channel.cc19 const IPC::ChannelHandle& handle,
25 handle,
17 TrustedPluginChannel( NexeLoadManager* nexe_load_manager, const IPC::ChannelHandle& handle, base::WaitableEvent* shutdown_event, bool report_exit_status) argument
/external/chromium_org/content/browser/
H A Dbootstrap_sandbox_mac.cc53 sandbox()->ChildDied(data.handle);
58 sandbox()->ChildDied(data.handle);
/external/chromium_org/content/browser/gpu/
H A Dgpu_surface_tracker.cc75 if (!info.handle.is_transport())
83 const gfx::GLSurfaceHandle& handle) {
87 info.handle = handle;
95 return it->second.handle;
137 const gfx::GLSurfaceHandle& handle,
142 handle(handle),
82 SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle) argument
133 SurfaceInfo( int renderer_id, int render_widget_id, const gfx::AcceleratedWidget& native_widget, const gfx::GLSurfaceHandle& handle, const scoped_refptr<SurfaceRef>& surface_ref) argument
/external/chromium_org/content/renderer/device_sensors/
H A Ddevice_motion_event_pump.cc37 bool DeviceMotionEventPump::InitializeReader(base::SharedMemoryHandle handle) { argument
40 return reader_->Initialize(handle);
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DDataPipeProducerHandleImpl.java27 DataPipeProducerHandleImpl(HandleBase handle) { argument
28 super(handle);
H A DMessagePipeHandleImpl.java28 MessagePipeHandleImpl(HandleBase handle) { argument
29 super(handle);
H A DSharedBufferHandleImpl.java26 SharedBufferHandleImpl(HandleBase handle) { argument
27 super(handle);
H A DUntypedHandleImpl.java28 UntypedHandleImpl(HandleBase handle) { argument
29 super(handle);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc13 #include "mojo/bindings/js/handle.h"
27 mojo::Handle handle,
29 return Context::Create(args.isolate(), handle, context_lost_callback);
25 CreateContext( const gin::Arguments& args, mojo::Handle handle, v8::Handle<v8::Function> context_lost_callback) argument
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc15 #include "mojo/bindings/js/handle.h"
25 gin::Handle<gin::HandleWrapper> handle,
28 return WaitingCallback::Create(args.isolate(), callback, handle, signals)
24 AsyncWait(const gin::Arguments& args, gin::Handle<gin::HandleWrapper> handle, MojoHandleSignals signals, v8::Handle<v8::Function> callback) argument
/external/chromium_org/mojo/environment/
H A Ddefault_async_waiter_impl.cc22 MojoAsyncWaitID AsyncWait(MojoHandle handle, argument
29 watcher->Start(Handle(handle), signals, deadline,
/external/chromium_org/mojo/public/js/bindings/
H A Dconnector.js12 function Connector(handle) {
13 this.handle_ = handle;
108 // enables delivering a message to the pipe's handle without an async wait.
110 function TestConnector(handle) {
111 Connector.call(this, handle);
/external/chromium_org/mojo/public/platform/native/
H A Dgles2_thunks.cc15 MojoGLES2Context MojoGLES2CreateContext(MojoHandle handle, argument
21 handle, lost_callback, closure, async_waiter);
/external/chromium_org/mojo/shell/
H A Dapp_child_process_host.cc32 mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel(
39 controller_.Bind(handle.Pass());
/external/chromium_org/ppapi/api/trusted/
H A Dppb_broker_trusted.idl24 * handle is closed. The handle should be closed before the resource is
42 * The plugin takes ownership of the handle once the callback has been called
45 * handle.
57 * Gets the handle to the pipe. Use once Connect has completed. Each instance
61 * parameter. The handle is only set when returning PP_OK. Calling this
64 int32_t GetHandle([in] PP_Resource broker, [out] int32_t handle);
H A Dppp_broker.idl45 * @param[in] handle Handle to a socket the broker can use to communicate with
50 int32_t handle);
/external/chromium_org/printing/backend/
H A Dwin_helper.h29 static bool CloseHandle(HANDLE handle) { argument
30 return ::ClosePrinter(handle) != FALSE;
33 static bool IsHandleValid(HANDLE handle) { argument
34 return handle != NULL;
51 // ::OpenPrinter may return error but assign some value into handle.
67 static bool CloseHandle(HANDLE handle) { argument
68 ::FindClosePrinterChangeNotification(handle);
72 static bool IsHandleValid(HANDLE handle) { argument
73 return handle != NULL;
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_win.cc60 if (!RegisterGPNotification(user_policy_changed_event_.handle(), false)) {
65 if (!RegisterGPNotification(machine_policy_changed_event_.handle(), true)) {
76 if (!UnregisterGPNotification(user_policy_changed_event_.handle())) {
80 if (!UnregisterGPNotification(machine_policy_changed_event_.handle())) {
97 user_policy_changed_event_.handle(), this)) {
105 machine_policy_changed_event_.handle(), this)) {
204 DCHECK(object == user_policy_changed_event_.handle() ||
205 object == machine_policy_changed_event_.handle())
/external/chromium_org/sandbox/mac/
H A Dbootstrap_sandbox.h68 // Called in the parent after fork()ing a child. It records the |handle|
71 void FinishedFork(base::ProcessHandle handle);
75 void ChildDied(base::ProcessHandle handle);

Completed in 3616 milliseconds

<<21222324252627282930>>