Searched refs:handle (Results 476 - 500 of 2331) sorted by relevance

<<11121314151617181920>>

/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h128 HCI_API extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
138 HCI_API extern BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types);
212 HCI_API extern BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types);
224 HCI_API extern BOOLEAN btsnd_hcic_auth_request (UINT16 handle); /* Authentication Request */
227 HCI_API extern BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable);
235 HCI_API extern BOOLEAN btsnd_hcic_change_link_key (UINT16 handle); /* Change Connection Link Key */
267 HCI_API extern BOOLEAN btsnd_hcic_rmt_features_req(UINT16 handle); /* Remote Features Request */
270 HCI_API extern BOOLEAN btsnd_hcic_rmt_ext_features(UINT16 handle, UINT8 page_num);
288 HCI_API extern BOOLEAN btsnd_hcic_rmt_ver_req(UINT16 handle); /* Remote Version Info Request */
289 HCI_API extern BOOLEAN btsnd_hcic_read_rmt_clk_offset(UINT16 handle); /* Remot
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_opt.c90 ** handle: Handle of this connection.
98 ** AVRC_BAD_HANDLE if handle is invalid.
101 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) argument
118 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
131 ** handle: Handle of this connection.
143 ** AVRC_BAD_HANDLE if handle is invalid.
146 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) argument
164 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
177 ** handle: Handle of this connection.
187 ** AVRC_BAD_HANDLE if handle i
190 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) argument
225 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) argument
[all...]
/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::__anon2517::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.cc68 // utility process, so that we can dup the file handle.
78 if (utility_process_host_->GetData().handle == base::kNullProcessHandle) {
79 DLOG(ERROR) << "Child process handle is null";
84 utility_process_host_->GetData().handle);
87 utility_process_host_->GetData().handle);
90 utility_process_host_->GetData().handle);
93 utility_process_host_->GetData().handle);
96 utility_process_host_->GetData().handle);
99 utility_process_host_->GetData().handle);
102 utility_process_host_->GetData().handle);
[all...]
/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/browser/loader/
H A Dupload_data_stream_builder.cc72 scoped_ptr<webkit_blob::BlobDataHandle> handle = local
74 DCHECK(handle);
75 if (!handle)
79 if (handle->data()->items().empty())
83 for (size_t i = 0; i < handle->data()->items().size(); ++i) {
84 const BlobData::Item& item = handle->data()->items().at(i);
90 // upload completion. The |body| takes ownership of |handle|.
91 const void* key = handle.get();
92 body->SetUserData(key, handle.release());
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.h18 typedef base::Callback<void(const gfx::GpuMemoryBufferHandle& handle)>
30 // by |child_process|. The |handle| returned can be used by the
38 // Creates an instance from the given |handle|. |size| and |internalformat|
39 // should match what was used to allocate the |handle|.
41 gfx::GpuMemoryBufferHandle handle,
/external/chromium_org/content/renderer/device_sensors/
H A Ddevice_motion_event_pump.cc47 bool DeviceMotionEventPump::InitializeReader(base::SharedMemoryHandle handle) { argument
50 return reader_->Initialize(handle);
H A Ddevice_sensor_event_pump.h45 void OnDidStart(base::SharedMemoryHandle handle);
49 virtual bool InitializeReader(base::SharedMemoryHandle handle) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.cc30 base::SharedMemoryHandle handle) {
31 return new HostArrayBufferVar(size_in_bytes, handle);
152 base::SharedMemoryHandle handle,
156 entry.handle = handle;
171 base::SharedMemoryHandle* handle,
179 *handle = it->second.handle;
28 CreateShmArrayBuffer( uint32 size_in_bytes, base::SharedMemoryHandle handle) argument
151 TrackSharedMemoryHandle(PP_Instance instance, base::SharedMemoryHandle handle, uint32 size_in_bytes) argument
168 StopTrackingSharedMemoryHandle( int id, PP_Instance instance, base::SharedMemoryHandle* handle, uint32* size_in_bytes) argument
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DDataPipeProducerHandleImpl.java27 DataPipeProducerHandleImpl(UntypedHandleImpl handle) { argument
28 super(handle);
H A DMessagePipeHandleImpl.java28 MessagePipeHandleImpl(UntypedHandleImpl handle) { argument
29 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"
24 WaitingCallback* AsyncWait(const gin::Arguments& args, mojo::Handle handle, argument
27 return WaitingCallback::Create(args.isolate(), callback, handle, signals)
/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/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 6708 milliseconds

<<11121314151617181920>>