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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 16 Portable Native Client currently only supports static linking, and the
18 Native Client, though PNaCl will eventually support some form of
22 applications with the glibc library in the Native Client SDK. Before reading
23 this document, we recommend reading :doc:`Building Native Client Modules
31 The Native Client SDK comes with two C standard libraries --- glibc and
79 Native Client support for dynamic linking and loading is based on glibc. Thus,
80 **if your Native Client application must dynamically link and load code (e.g.,
97 * The standard C++ runtime in Native Client is provided by libstdc++; this
105 The Native Client SDK contains multiple toolchains, which are differentiated by
148 In the Native Client sandbox, dynamic linking can't rely in the same way on th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 22 import com.android.ddmlib.Client;
98 private Client mCurrentClient;
108 * with {@link IDevice} and {@link Client} selectionchanges.
113 * Sent when a new {@link Client} is selected.
114 * @param selectedClient The selected client. If null, no clients are selected.
116 public void selectionChanged(Client selectedClient);
687 Client[] clients = device.getClients();
689 for (Client client : clients) {
690 if (client == mCurrentClient)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.cc 95 base::WeakPtr<Client> weak_client_ui,
129 base::WeakPtr<Client> weak_client_ui,
143 base::WeakPtr<Client> weak_client_ui,
333 base::Bind(&Client::PostMessageFromNativeProcess, weak_client_ui_,
397 base::Bind(&Client::CloseChannel, weak_client_ui_,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 156 virtual void registerClient(const sp<IAudioFlingerClient>& client);
393 // --- Client ---
394 class Client : public RefBase {
396 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
397 virtual ~Client();
406 Client(const Client&);
407 Client& operator = (const Client&);
416 // --- Notification Client --
    [all...]
TrackBase.h 59 const sp<Client>& client,
139 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
RecordTracks.h 26 const sp<Client>& client,
67 bool mOverflow; // overflow on most recent attempt to fill client buffer
84 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc 63 scoped_ptr<Client> client);
79 scoped_ptr<Client> client);
108 // The device client which proxies device events to the controller. Accessed
110 scoped_ptr<Client> client_;
171 scoped_ptr<Client> client) {
178 &Core::DoAllocateAndStart, this, params, base::Passed(&client)));
314 scoped_ptr<Client> client)
    [all...]
content_video_capture_device_core.cc 45 scoped_ptr<media::VideoCaptureDevice::Client> client,
48 : client_(client.Pass()),
77 scoped_refptr<media::VideoCaptureDevice::Client::Buffer> output_buffer =
182 const scoped_refptr<media::VideoCaptureDevice::Client::Buffer>& buffer,
205 scoped_ptr<media::VideoCaptureDevice::Client> client) {
217 client->OnError(error_msg);
226 client->OnError(error_msg);
235 client->OnError(error_msg)
    [all...]
desktop_capture_device_unittest.cc 42 class MockDeviceClient : public media::VideoCaptureDevice::Client {
175 scoped_ptr<MockDeviceClient> client(new MockDeviceClient());
176 EXPECT_CALL(*client, OnError(_)).Times(0);
177 EXPECT_CALL(*client, OnIncomingCapturedData(_, _, _, _, _)).WillRepeatedly(
188 capture_params, client.PassAs<media::VideoCaptureDevice::Client>());
212 scoped_ptr<MockDeviceClient> client(new MockDeviceClient());
213 EXPECT_CALL(*client, OnError(_)).Times(0);
214 EXPECT_CALL(*client, OnIncomingCapturedData(_, _, _, _, _)).WillRepeatedly(
227 capture_params, client.PassAs<media::VideoCaptureDevice::Client>())
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 40 class PoolBuffer : public media::VideoCaptureDevice::Client::Buffer {
82 // Buffers that are currently known to this client.
85 // Buffers currently held by this client, and syncpoint callback to call when
86 // they are returned from the client.
92 // client is sent an OnEnded() event. However, because the client retains a
112 : public media::VideoCaptureDevice::Client {
119 // VideoCaptureDevice::Client implementation.
166 scoped_ptr<media::VideoCaptureDevice::Client>
168 scoped_ptr<media::VideoCaptureDevice::Client> result
216 ControllerClient* client = FindClient(id, event_handler, controller_clients_); local
240 ControllerClient* client = FindClient(session_id, controller_clients_); local
255 ControllerClient* client = FindClient(id, event_handler, controller_clients_); local
550 ControllerClient* client = *client_it; local
592 ControllerClient* client = *client_it; local
606 ControllerClient* client = *client_it; local
    [all...]
  /external/chromium_org/v8/
Makefile.nacl 71 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 9 # Client Library
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 19 import com.android.ddmlib.Client;
155 * Sent when a new {@link Client} is selected.
157 * @param selectedClient The selected client.
160 public void selectionChanged(Client selectedClient) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr
31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer
38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr
49 ATTRIBUTE Ascend-Multicast-Client 155 integer
172 VALUE Ascend-Handle-IPX Handle-IPX-Client 1
275 VALUE Ascend-Multicast-Client Multicast-No 0
276 VALUE Ascend-Multicast-Client Multicast-Yes 1
284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_flash_lso_helper.cc 18 public PepperFlashSettingsManager::Client {
28 // PepperFlashSettingsManager::Client overrides:
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.cc 20 PackExtensionJob::PackExtensionJob(Client* client,
24 : client_(client), key_file_(key_file), asynchronous_(true),
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 36 public ChildProcessLauncher::Client {
98 // ChildProcessLauncher::Client implementation.
plugin_service_impl_browsertest.cc 26 void OpenChannel(PluginProcessHost::Client* client) {
30 0, 0, GURL(), GURL(), kNPAPITestPluginMimeType, client);
33 // Mock up of the Client and the Listener classes that would supply the
35 class MockPluginProcessHostClient : public PluginProcessHost::Client,
50 // PluginProcessHost::Client implementation.
185 class MockCanceledPluginServiceClient : public PluginProcessHost::Client {
194 // Client implementation.
223 void OpenChannelAndThenCancel(PluginProcessHost::Client* client) {
    [all...]
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 35 // |log| to DLOG(ERROR), register |error| with the client, and return.
120 Client* client) {
128 client_ptr_factory_.reset(new base::WeakPtrFactory<Client>(client));
168 base::Bind(&VideoEncodeAccelerator::Client::RequireBitstreamBuffers,
334 // If this returns false ever, then the VEA::Client interface will need to
335 // grow a DismissBitstreamBuffer() call, and VEA::Client impls will have to be
406 base::Bind(&VideoEncodeAccelerator::Client::BitstreamBufferReady,
gpu_video_encode_accelerator.h 30 public media::VideoEncodeAccelerator::Client,
47 // media::VideoEncodeAccelerator::Client implementation.
  /external/chromium_org/content/renderer/media/
cdm_session_adapter.h 54 blink::WebContentDecryptionModuleSession::Client* client);
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.h 55 media::VideoDecodeAccelerator::Client* client) OVERRIDE;
  /external/chromium_org/media/cast/test/
fake_video_encode_accelerator.cc 35 Client* client) {
36 client_ = client;
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 66 // The client interface may only be set after this InterfacePtr<..> is bound.
67 void set_client(typename Interface::Client* client) {
68 internal_state_.set_client(client);
111 // instance of Interface::Client.
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 68 , private blink::WebContentDecryptionModuleSession::Client {
118 // blink::WebContentDecryptionModuleSession::Client

Completed in 779 milliseconds

1 2 3 4 56 7 8 91011>>