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

<<1112131415

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer_unittest.cc 83 base::WeakPtr<SyncTaskManager::Client>(),
sync_engine_initializer_unittest.cc 63 base::WeakPtr<SyncTaskManager::Client>(),
conflict_resolver_unittest.cc 83 base::WeakPtr<SyncTaskManager::Client>(),
local_to_remote_syncer_unittest.cc 84 base::WeakPtr<SyncTaskManager::Client>(),
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 43 // Max number of bitstreams notified to the client with
86 Client* client) {
90 client_ = client;
177 // buffer ID to the output, so we can report it back to the client in
202 // keep getting more bitstreams from the client, and throttle them by using
278 // codec's SurfaceTexture and then copying from that texture to the client's
281 // to the client's texture. It would be nicer to either:
282 // 1) Render directly to the client's texture from MediaCodec (one write); or
283 // 2) Upload the ByteBuffer to the client's texture (two writes)
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 82 blink::WebMediaPlayerClient* client,
90 client_(client),
374 cc::VideoFrameProvider::Client* client) {
379 video_frame_provider_client_ = client;
461 // Always notify to ensure client has the latest value.
468 // Always notify to ensure client has the latest value.
rtc_video_encoder.cc 42 : public media::VideoEncodeAccelerator::Client,
78 // media::VideoEncodeAccelerator::Client implementation.
112 // Weak pointer to the parent RTCVideoEncoder, for posting back VEA::Client
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.cc 76 : public VideoEncodeAccelerator::Client,
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 276 scoped_ptr<VideoCaptureDevice::Client> client) {
281 client_ = client.Pass();
  /external/chromium_org/pdf/
document_loader.cc 20 DocumentLoader::DocumentLoader(Client* client)
21 : client_(client), partial_document_(false), request_pending_(false),
  /frameworks/base/media/java/android/media/
MediaRouter.java 344 Log.e(TAG, "Unable to unregister media router client.", ex);
352 Client client = new Client(); local
353 mMediaRouterService.registerClientAsUser(client,
355 mClient = client;
357 Log.e(TAG, "Unable to register media router client.", ex);
372 Log.e(TAG, "Unable to publish media router client discovery request.", ex);
384 Log.e(TAG, "Unable to publish media router client selected route.", ex);
390 // Update the client state
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 197 * Opens and adds a new client of the specified device.
199 * @param {*} who Client of the device.
222 var client = self.pendingOpens_[which.namespace][which.device].shift();
223 client.cb(rc);
262 var client = self.pendingOpens_[which.namespace][which.device].shift();
263 opened(gnubby, client.who, client.cb);
288 * Removes a client from a low-level gnubby.
290 * @param {*} who The client.
297 // De-register client from all known devices
    [all...]
llhidgnubby.js 26 this.lockCID = 0; // channel ID of client holding a lock, if != 0.
61 var client = this.clients.shift();
62 if (client) client.closed = true;
89 var client = old[i];
90 if (client.receivedFrame(f)) {
91 // Client still alive; keep on list.
92 remaining.push(client);
96 '[' + client.cid.toString(16) + '] left?'));
103 * Register a client for this gnubby
    [all...]
llusbgnubby.js 30 this.lockCID = 0; // channel ID of client holding a lock, if != 0.
67 var client = this.clients.shift();
68 if (client) client.closed = true;
98 var client = old[i];
99 if (client.receivedFrame(f)) {
100 // Client still alive; keep on list.
101 remaining.push(client);
105 '[' + client.cid.toString(16) + '] left?'));
176 * Register a client for this gnubby
    [all...]
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 8 * @fileoverview This is the audio client content script injected into eligible
135 * Existence of the Audio Client.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 87 // Otherwise it returns false, and "client" is called asynchronously with the
90 virtual bool CheckBrowseUrl(const GURL& gurl, Client* client) OVERRIDE {
97 this, gurl, client));
101 void OnCheckBrowseURLDone(const GURL& gurl, Client* client) {
108 client, local
112 client->OnSafeBrowsingResult(sb_check);
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 246 // implementation for ServiceUtilityProcessHost::Client.
247 class Core : public ServiceUtilityProcessHost::Client,
339 // ServiceUtilityProcessHost::Client implementation.
540 class PrinterCapsHandler : public ServiceUtilityProcessHost::Client {
548 // ServiceUtilityProcessHost::Client implementation.
cloud_print_connector.cc 25 CloudPrintConnector::CloudPrintConnector(Client* client,
27 : client_(client),
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 42 Client(cameraService, cameraClient, clientPackageName,
100 // tear down the client
106 // client will not be accessed from callback. should unlock to prevent dead-lock in disconnect
119 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) PID: %d\n",
164 // lock camera to this client if the the camera is unlocked
170 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
195 // connect a new client to the camera
196 status_t CameraClient::connect(const sp<ICameraClient>& client) {
208 (client->asBinder() == mRemoteCallback->asBinder())) {
209 LOG1("Connect to the same client");
721 CameraClient* client = local
746 CameraClient* client = local
784 CameraClient* client = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 404 base::WeakPtr<NativeMessageProcessHost::Client>(
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 15 #include "content/common/gpu/client/gl_helper.h"
22 #include "ui/aura/client/screen_position_client.h"
453 aura::client::GetScreenPositionClient(desktop_window_->GetRootWindow())->
532 scoped_ptr<Client> client) {
534 core_->AllocateAndStart(params, client.Pass());
web_contents_video_capture_device.cc 10 // 1. Reserve Buffer: Before a frame can be captured, a slot in the client's
12 // when they run out, it indicates that the downstream client -- likely a
30 // 4. Deliver: The rendered video frame is returned to the client (which
31 // implements the VideoCaptureDevice::Client interface). Because all
813 scoped_ptr<Client> client) {
815 core_->AllocateAndStart(params, client.Pass());
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 188 // Remove any client that is still using the session. This is safe to call
192 // StopSession() may have removed the last client, so we might need to
208 scoped_ptr<media::VideoCaptureDevice::Client> device_client) {
285 // First client starts the device.
331 // Detach client from controller.
548 // Removal of the last client stops the device.
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 16 #include "gpu/command_buffer/client/gles2_implementation.h"
324 media::VideoDecodeAccelerator::Client* client) {
325 DCHECK_EQ(client, host_);
  /external/chromium_org/remoting/webapp/
client_screen.js 7 * Functions related to the 'client screen' for Chromoting.
22 * @type {remoting.ClientSession} The client session object, set once the
38 * Update the remoting client layout in response to a resize event.
61 * Disconnect the remoting client.
80 * Sends a Ctrl-Alt-Del sequence to the remoting client.
92 * Sends a Print Screen keypress to the remoting client.
104 * Callback function called when the state of the client plugin changes. The
123 console.error('Client plugin reported connection failed: ' + error);
131 console.error('Unexpected client plugin state: ' + state.current);
132 // This should only happen if the web-app and client plugin get out o
    [all...]

Completed in 598 milliseconds

<<1112131415