HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 226 - 250 of 542) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/multiprocessing/
managers.py 159 Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 61 ALOGI("Camera %s: Opened. Client: %s (PID %d, UID %d)", cameraId.string(),
90 ALOGV("%s: Initializing client for camera %s", __FUNCTION__,
127 ALOGI("Closed Camera %s. Client was: %s (PID %d, UID %u)",
184 // Allow both client and the media server to disconnect at all times
212 const sp<TCamCallbacks>& client) {
231 TClientBase::mRemoteCallback = client;
232 mSharedCameraCallbacks = client;
351 SharedCameraCallbacks &client) :
353 mRemoteCallback(client.mRemoteCallback),
354 mSharedClient(client) {
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 6 #include <pdx/client.h>
24 class BufferHubQueue : public pdx::Client {
33 // a new consumer queue client or nullptr on failure.
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 187 Client = HWC2_COMPOSITION_CLIENT,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
PlaybackTransportControlGlue.java 324 class SeekUiClient extends PlaybackSeekUi.Client {
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 159 Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 159 Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
response.go 49 // The http Client and Transport guarantee that Body is always
52 // close Body. The default HTTP client's Transport does not
101 // This is only populated for Client requests.
  /prebuilts/go/linux-x86/src/net/http/
response.go 49 // The http Client and Transport guarantee that Body is always
52 // close Body. The default HTTP client's Transport does not
101 // This is only populated for Client requests.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 159 Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 159 Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 191 DiagnosticConsumer *Client;
350 DiagnosticConsumer *client = nullptr,
369 DiagnosticConsumer *getClient() { return Client; }
370 const DiagnosticConsumer *getClient() const { return Client; }
372 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
375 /// \brief Return the current diagnostic client along with ownership of that
376 /// client.
387 // DiagnosticsEngine characterization methods, used by a client to customize
402 /// \brief Set the diagnostic client associated with this diagnostic object.
405 /// ownership of \c client
    [all...]
  /external/python/cpython2/Demo/rpc/
rpc.py 40 AUTH_REJECTEDCRED = 2 # client must begin new session
202 class Client:
339 # Client using TCP to a specific port
341 class RawTCPClient(Client):
359 # Client using UDP to a specific port
361 class RawUDPClient(Client):
398 # Client using UDP broadcast to a specific port
602 class BroadcastUDPClient(Client):
648 # These are not symmetric to the Client classes
852 # Test program for server, with corresponding client
    [all...]
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.cc 184 base::WeakPtr<VideoDecodeAccelerator::Client>& client,
189 const base::WeakPtr<VideoDecodeAccelerator::Client> client; member in struct:media::V4L2SliceVideoDecodeAccelerator::BitstreamBufferRef
197 base::WeakPtr<VideoDecodeAccelerator::Client>& client,
201 : client(client),
212 base::Bind(&VideoDecodeAccelerator::Client::NotifyEndOfBitstreamBuffer,
213 client, input_id))
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 93 static const char kClientLockedString[] = "Client lock is taken\n";
263 const AudioClient& client,
277 direction, attr, config, client, deviceId, callback, interface, handle);
285 const AudioClient& client,
307 &streamType, client.clientUid,
315 client.clientPid,
316 client.clientUid,
391 sp<Client> client = mClients.valueAt(i).promote(); local
392 if (client != 0)
578 sp<Client> client = mClients.valueFor(pid).promote(); local
663 sp<Client> client; local
1589 sp<Client> client; local
3036 sp<Client> client = registerPid(pid); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 200 DiagnosticConsumer *Client;
399 DiagnosticConsumer *client = nullptr,
420 DiagnosticConsumer *getClient() { return Client; }
421 const DiagnosticConsumer *getClient() const { return Client; }
423 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
426 /// \brief Return the current diagnostic client along with ownership of that
427 /// client.
442 // DiagnosticsEngine characterization methods, used by a client to customize
457 /// \brief Set the diagnostic client associated with this diagnostic object.
460 /// ownership of \c client
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 165 // Chain in the diagnostic client which will log the diagnostics.
190 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client,
192 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client,
198 DiagnosticConsumer *Client,
205 // Create the diagnostic client for reporting errors or for
207 if (Client) {
208 Diags->setClient(Client, ShouldOwnClient);
826 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!");
827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
881 // Notify the diagnostic client that all files were processed
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp 63 #include "Client.h"
232 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) {
233 status_t err = client->initCheck();
235 return client;
241 return initClient(new Client(this));
254 return initClient(new Client(this, layer));
    [all...]

Completed in 1718 milliseconds

1 2 3 4 5 6 7 8 91011>>