HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 76 - 100 of 367) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/service/
service_utility_process_host.cc 80 Client* client, base::MessageLoopProxy* client_message_loop_proxy)
82 client_(client),
217 // If we are yet to receive a reply then notify the client that the
220 FROM_HERE, base::Bind(&Client::OnChildDied, client_.get()));
272 // scratch metafile directory. The client will delete it when it is done with
284 base::Bind(&Client::MetafileAvailable,
302 base::Bind(&Client::OnRenderPDFPagesToMetafileFailed, client_.get()));
318 base::Bind(&Client::OnGetPrinterCapsAndDefaults, client_.get(), true,
334 base::Bind(&Client::OnGetPrinterSemanticCapsAndDefaults, client_.get()
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 53 Client* client) OVERRIDE;
64 // Notify the client that an error has occurred and decoding cannot continue.
78 // Signal the client that the current buffer has been read and can be
100 // state and notify the client that flushing has been finished.
111 // Drops remaining input buffers and notifies the client that reset has been
132 // surface and passes the resulting picture to client for output.
151 // Client-provided X/GLX state.
176 // An input buffer awaiting consumption, provided by the client.
204 // Return a TFPPicture associated with given client-provided id
    [all...]
vt_video_decode_accelerator.cc 21 Client* client) {
24 client_ = client;
android_video_decode_accelerator.h 34 // Does not take ownership of |client| which must outlive |*this|.
41 Client* client) OVERRIDE;
61 // Configures |media_codec_| with the given codec parameters from the client.
64 // Sends the current picture on the surface to the client.
77 // client.
80 // Requests picture buffers from the client.
83 // Notifies the client about the availability of a picture.
86 // Notifies the client that the input buffer identifed by input_buffer_id has
90 // Notifies the client that the decoder was flushed
    [all...]
gpu_video_decode_accelerator.h 31 public media::VideoDecodeAccelerator::Client,
45 // media::VideoDecodeAccelerator::Client implementation.
126 base::WeakPtrFactory<Client> weak_factory_for_io_;
v4l2_video_encode_accelerator.h 53 Client* client) OVERRIDE;
204 // To expose client callbacks from VideoEncodeAccelerator.
207 scoped_ptr<base::WeakPtrFactory<Client> > client_ptr_factory_;
208 base::WeakPtr<Client> client_;
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 19 Client* client,
22 client_(client),
118 client_->error(Client::MediaKeyErrorCodeClient, system_code);
123 client_->error(Client::MediaKeyErrorCodeUnknown, system_code);
webcontentdecryptionmodule_impl.h 63 blink::WebContentDecryptionModuleSession::Client* client);
  /external/chromium_org/media/video/capture/
video_capture_device.h 127 class MEDIA_EXPORT Client {
129 // Memory buffer returned by Client::ReserveOutputBuffer().
148 virtual ~Client() {}
216 scoped_ptr<Client> client) = 0;
222 // the memory associated with capture, and delete the |client| pointer passed
video_capture_device_unittest.cc 65 class MockClient : public media::VideoCaptureDevice::Client {
117 typedef media::VideoCaptureDevice::Client Client;
236 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
262 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
289 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
313 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
343 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
358 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
384 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
    [all...]
fake_video_capture_device_unittest.cc 22 class MockClient : public media::VideoCaptureDevice::Client {
75 typedef media::VideoCaptureDevice::Client Client;
138 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
198 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.h 19 : public VideoFrameProvider::Client,
40 // VideoFrameProvider::Client implementation. These methods are all callable
  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 20 class StartupHelper : public PackExtensionJob::Client {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager.h 57 class Client {
59 virtual ~Client() {}
74 SyncTaskManager(base::WeakPtr<Client> client,
172 base::WeakPtr<Client> client_;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.h 26 // CloudPrintConnector will notify client over Client interface.
33 class Client {
38 virtual ~Client() {}
41 CloudPrintConnector(Client* client, const ConnectorSettings& settings);
178 // CloudPrintConnector client.
179 Client* client_;
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory.h 30 // a connected client will receive callbacks on. This can be called
33 cc::VideoFrameProvider::Client* client,
66 // client-side id of the StreamTexture. The texture is produced into
stream_texture_factory_impl.cc 8 #include "content/common/gpu/client/gpu_channel_host.h"
11 #include "gpu/command_buffer/client/gles2_interface.h"
26 cc::VideoFrameProvider::Client* client,
40 cc::VideoFrameProvider::Client* client_;
66 cc::VideoFrameProvider::Client* client,
74 client_ = client;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ClientCustom.cpp 21 Client* client = V8Client::toNative(info.Holder()); local
35 client->postMessage(context, message.release(), &ports, exceptionState);
  /external/chromium_org/content/browser/
plugin_process_host.cc 328 Client* client = sent_requests_.front(); local
329 if (client)
330 client->OnError();
335 void PluginProcessHost::OpenChannelToPlugin(Client* client) {
340 client->SetPluginInfo(info_);
345 pending_requests_.push_back(client);
350 RequestPluginChannel(client);
353 void PluginProcessHost::CancelPendingRequest(Client* client)
398 Client* client = sent_requests_.front(); local
    [all...]
plugin_service_impl.h 142 PluginProcessHost::Client* client);
146 PpapiPluginProcessHost::PluginClient* client);
149 PpapiPluginProcessHost::BrokerClient* client);
152 void CancelOpenChannelToNpapiPlugin(PluginProcessHost::Client* client);
195 PluginProcessHost::Client* client,
204 PluginProcessHost::Client* client,
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 73 scoped_ptr<VideoCaptureDevice::Client> client) OVERRIDE;
93 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 1 //===--- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
40 Client = Diags.takeClient();
46 Diags.setClient(Client, OwnsClient);
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
126 Client->HandleDiagnostic(DiagLevel, Info);
187 /// \brief Emit a diagnostic via the adapted diagnostic client.
190 // clear out any current diagnostic, and let the downstream client
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 56 Client client = null; local
76 client = new Client(ssocket.getLocalPort());
77 client.start();
80 while (!client.handshakeStarted()) {
89 client.close();
100 if (client != null) {
102 client.close();
120 Client client = null local
184 Client client = null; local
248 Client client = null; local
624 private Socket client = null; field in class:SSLServerSocketImplTest.Client
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 6 * @fileoverview JavaScript shim for the liblouis Native Client wrapper.
13 * Encapsulates a liblouis Native Client instance in the page.
32 * Native Client <embed> element.
79 * Attaches the Native Client wrapper to the DOM as a child of the provided
110 * Detaches the Native Client instance from the DOM.
125 * Determines whether the Native Client instance is attached.
193 * Invoked when the Native Client instance successfully loads.
198 window.console.info('loaded liblouis Native Client instance');
208 * Invoked when the Native Client instance fails to load.
213 window.console.error('failed to load liblouis Native Client instance')
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 313 ALOGV("Create new media recorder client from pid %d", pid);
317 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client)
320 mMediaRecorderClients.remove(client);
321 ALOGV("Delete media recorder client");
332 sp<IMediaPlayer> MediaPlayerService::create(const sp<IMediaPlayerClient>& client,
338 sp<Client> c = new Client(
339 this, pid, connId, client, audioSessionId,
342 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
345 wp<Client> w = c
1189 Client* client = static_cast<Client*>(cookie); local
    [all...]

Completed in 618 milliseconds

1 2 34 5 6 7 8 91011>>