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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_synchronous_impl.cc 19 #include "gpu/command_buffer/client/gles2_interface.h"
38 cc::VideoFrameProvider::Client* client,
47 cc::VideoFrameProvider::Client* client_;
84 cc::VideoFrameProvider::Client* client,
92 client_ = client;
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 58 class Client;
124 // Client functionality
149 // returns plain pointer of client. Note that mClientLock should be acquired to
150 // prevent the client from destruction. The result can be NULL.
204 // Notify client about a fatal error
213 OpsCallback(wp<BasicClient> client);
230 class Client : public BnCamera, public BasicClient
237 virtual status_t connect(const sp<ICameraClient>& client) = 0;
260 Client(const sp<CameraService>& cameraService,
268 ~Client();
    [all...]
CameraService.cpp 187 sp<BasicClient> client = mClient[cameraId].promote(); local
188 if (client.get() != NULL) {
189 clientsToDisconnect.push_back(client);
205 sp<BasicClient> client = clientsToDisconnect[i]; local
207 client->disconnect();
210 * client since the client PID will be reset to 0
480 sp<Client> client; local
486 client = static_cast<Client*>(mClient[cameraId].promote().get())
753 sp<Client> client; local
816 sp<Client> client; local
885 sp<ProClient> client; local
889 sp<BasicClient> client; local
958 sp<CameraDeviceClient> client; local
962 sp<BasicClient> client; local
1152 sp<BasicClient> client = findClientUnsafe(remoteBinder, outIndex); local
1212 sp<BasicClient> client; local
1256 sp<BasicClient> client; local
1526 Client* client = static_cast<Client*>(basicClient); local
1557 sp<BasicClient> client = mClient.promote(); local
1685 sp<BasicClient> client = mClient[i].promote(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
fake_safe_browsing_database_manager.cc 92 Client* client) {
109 client,
124 client));
130 Client* client) {
131 client->OnSafeBrowsingResult(*result);
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 13 #include "ui/aura/client/window_tree_client.h"
36 class MockDeviceClient : public media::VideoCaptureDevice::Client {
80 aura::client::ParentWindowWithContext(
111 scoped_ptr<MockDeviceClient> client(new MockDeviceClient());
112 EXPECT_CALL(*client, OnError(_)).Times(0);
120 capture_params, client.PassAs<media::VideoCaptureDevice::Client>());
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 44 // Does not take ownership of |client| which must outlive |*this|.
51 Client* client) OVERRIDE;
99 // client when we have a picture buffer to copy the surface contents to.
106 // Helper function to notify the accelerator client about the error.
113 // Notifies the client that the input buffer identifed by input_buffer_id has
117 // Notifies the client that the decoder was flushed.
120 // Notifies the client that the decoder was reset.
123 // Requests picture buffers from the client.
126 // Notifies the client about the availability of a picture
    [all...]
android_video_decode_accelerator_unittest.cc 34 : public media::VideoDecodeAccelerator::Client {
39 // VideoDecodeAccelerator::Client implementation.
65 scoped_ptr<MockVideoDecodeAcceleratorClient> client(
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 49 // WebKit client of this media player object.
55 // Construct a WebMediaPlayerMS with reference to the client, and
58 blink::WebMediaPlayerClient* client,
115 cc::VideoFrameProvider::Client* client) OVERRIDE;
129 // Helpers that set the network/ready state and notifies the client if
173 cc::VideoFrameProvider::Client* video_frame_provider_client_;
video_frame_compositor.cc 46 cc::VideoFrameProvider::Client* client) {
49 client_ = client;
webcontentdecryptionmodule_impl.cc 89 blink::WebContentDecryptionModuleSession::Client* client) {
90 return adapter_->CreateSession(client);
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 28 Client* client,
31 client_(client),
41 // You can not use a NULL client pointer.
42 PP_DCHECK(client);
49 Client* client,
53 client_ = client;
149 // Apply any scroll before asking the client to paint.
185 // want to call into the client code to do more painting if something ba
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 49 Antagonizer(notify_callback_f cb, void* client);
68 class Client;
261 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
264 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, int audioSessionId);
285 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const sp<IRemoteDisplayClient>& client,
289 void removeClient(wp<Client> client);
337 class Client : public BnMediaPlayer {
392 Client( const sp<MediaPlayerService>& service,
395 const sp<IMediaPlayerClient>& client,
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 63 class Client;
138 friend class Client;
271 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
277 status_t createLayer(const String8& name, const sp<Client>& client,
281 status_t createNormalLayer(const sp<Client>& client, const String8& name,
286 status_t createDimLayer(const sp<Client>& client, const String8& name
    [all...]
LayerDim.cpp 34 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client,
36 : Layer(flinger, client, name, w, h, flags) {
  /device/generic/goldfish/qemud/
qemud.c 36 * * the client connects to /dev/socket/qemud
38 * * the client sends the service name through the socket, as
41 * * qemud creates a "Client" object internally, assigns it an
55 * after this, all messages between the client and the emulator
63 * * If the client closes the connection, qemud sends the following
77 * Internally, the daemon maintains a "Client" object for each client
975 * dummy packet with the new client socket in p->channel
1207 typedef struct Client Client;
1439 Client* client = multiplexer_find_client(mult, channel); local
1455 Client* client = multiplexer_find_client(mult, channel); local
1466 Client* client = multiplexer_find_client(mult, channel); local
1495 Client* client; local
1598 Client* client = client_new( m, fd, m->fdhandlers, &m->clients ); local
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 229 // Each client represents a tab.
230 class ResourceScheduler::Client {
232 Client()
236 ~Client() {}
396 // * Never exceed 10 delayable requests in flight per client.
525 Client* client = it->second; local
526 client->ScheduleRequest(url_request, request.get());
542 Client* client = client_it->second local
587 Client* client = it->second; local
601 Client* client = it->second; local
616 Client* client = client_it->second; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.h 48 public SafeBrowsingDatabaseManager::Client,
60 // SafeBrowsingDabaseManager::Client implementation (called on IO thread):
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h 26 public PackExtensionJob::Client {
36 // ExtensionPackJob::Client implementation.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_wipeout.cc 14 CloudPrintWipeout::CloudPrintWipeout(Client* client,
16 : client_(client), cloud_print_server_url_(cloud_print_server_url) {
  /external/chromium_org/chrome/service/
service_process.h 35 class ServiceProcess : public cloud_print::CloudPrintProxy::Client {
85 // Called by the IPC server when a client disconnects. A return value of
92 // CloudPrintProxy::Client implementation.
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 26 public media::VideoDecodeAccelerator::Client {
48 // media::VideoDecodeAccelerator::Client implementation.
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - 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.
66 /// \brief The diagnostic client that performs the actual formatting
68 DiagnosticConsumer *Client;
122 /// \brief Emit a diagnostic via the adapted diagnostic client.
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 155 DiagnosticConsumer *Client = Diagnostics.getClient();
159 Client = Watchers[I]->Chain(Client);
160 Diagnostics.setClient(Client, false);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
57 def Client(address):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
57 def Client(address):

Completed in 1273 milliseconds

1 2 3 45 6 7 8 91011>>