/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 67 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, 99 mClientRef(client), 190 sp<Client> c(mClientRef.promote()); 894 // Client layers 897 ALOGV("[%s] Requesting Client composition", mName.string()); 898 setCompositionType(hwcId, HWC2::Composition::Client); [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
serve_test.go | 479 c := &Client{Transport: tr} 491 // Slow client that should timeout. 556 c := &Client{Transport: tr} 613 c := &Client{Transport: tr} 674 c := &Client{Transport: new(Transport)} 954 c := &Client{Transport: tr, Timeout: time.Second} 1025 c := &Client{Transport: new(Transport)} 1153 client := &Client{Transport: noVerifyTransport} 1154 res, err := client.Get(ts.URL [all...] |
request.go | 95 // or to be sent by a client. 97 // The field semantics differ slightly between client and server 102 // For client requests an empty string means GET. 106 // requests) or the URL to access (for client requests). 113 // For client requests, the URL's Host specifies the server to 121 // For client requests these fields are ignored. The HTTP 122 // client code always uses either HTTP/1.1 or HTTP/2. 129 // by the server or to be sent by the client. 155 // For client requests, certain headers such as Content-Length 163 // For client requests a nil body means the request has n [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
serve_test.go | 479 c := &Client{Transport: tr} 491 // Slow client that should timeout. 556 c := &Client{Transport: tr} 613 c := &Client{Transport: tr} 674 c := &Client{Transport: new(Transport)} 954 c := &Client{Transport: tr, Timeout: time.Second} 1025 c := &Client{Transport: new(Transport)} 1153 client := &Client{Transport: noVerifyTransport} 1154 res, err := client.Get(ts.URL [all...] |
request.go | 95 // or to be sent by a client. 97 // The field semantics differ slightly between client and server 102 // For client requests an empty string means GET. 106 // requests) or the URL to access (for client requests). 113 // For client requests, the URL's Host specifies the server to 121 // For client requests these fields are ignored. The HTTP 122 // client code always uses either HTTP/1.1 or HTTP/2. 129 // by the server or to be sent by the client. 155 // For client requests, certain headers such as Content-Length 163 // For client requests a nil body means the request has n [all...] |
/frameworks/av/services/audioflinger/ |
Threads.h | 69 // Config event sequence by client if status needed (e.g binder thread calling setParameters()): 298 const sp<AudioFlinger::Client>& client, 379 // objects that will be read-only to client processes, read/write to mediaserver, 380 // and shared by all client processes of the thread. 619 // we need to make sure that AudioTrack client has enough time to send large buffers 625 // 14 tracks max per client allows for 2 misbehaving application leaving 4 available tracks. [all...] |
Tracks.cpp | 64 const sp<Client>& client, 79 mClient(client), 140 if (client != 0) { 141 mCblkMemory = client->heap()->allocate(size); 145 client->heap()->dump("AudioTrack"); 257 // Client destructor must run with AudioFlinger client mutex locked 259 // If the client's reference count drops to zero, the associated destructor 372 const sp<Client>& client [all...] |
/external/boringssl/src/tool/ |
client.cc | 300 bool Client(const std::vector<std::string> &args) {
|
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 243 /// \brief Language options, which can differ from one clone of this client 772 auto Client = 775 IDs, State->DiagOpts.get(), Client); [all...] |
ASTUnit.cpp | 582 /// there is no diagnostic client to capture them already. 585 StoredDiagnosticConsumer Client; 592 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr) 597 Diags.setClient(&Client, false); 602 if (Diags.getClient() == &Client) 755 // Tell the diagnostic client that we have started a source file. [all...] |
/external/pdfium/xfa/fwl/ |
cfwl_combobox.cpp | 608 return FWL_WidgetHit::Client; 612 return FWL_WidgetHit::Client;
|
cfwl_widget.cpp | 156 return FWL_WidgetHit::Client;
|
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 44 Client(cameraService, cameraClient, clientPackageName, 104 // tear down the client 122 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) with UID %d\n", 168 // lock camera to this client if the the camera is unlocked 174 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise 199 // connect a new client to the camera 200 status_t CameraClient::connect(const sp<hardware::ICameraClient>& client) { 212 (IInterface::asBinder(client) == IInterface::asBinder(mRemoteCallback))) { 213 LOG1("Connect to the same client"); 219 mRemoteCallback = client; 836 sp<CameraClient> client = getClientFromCookie(user); local 856 sp<CameraClient> client = getClientFromCookie(user); local 889 sp<CameraClient> client = getClientFromCookie(user); local 906 sp<CameraClient> client = getClientFromCookie(user); local [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PlaybackTransportRowPresenter.java | 79 Client mSeekClient; 357 public void setPlaybackSeekUiClient(Client client) { 358 mSeekClient = client; 739 * Client of progress bar is clicked, default implementation delegate click to [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os_nacl.go | 58 // Native Client only invokes the exception handler for memory faults.
|
/prebuilts/go/linux-x86/src/runtime/ |
os_nacl.go | 58 // Native Client only invokes the exception handler for memory faults.
|
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 369 Log.e(TAG, "Unable to unregister media router client.", ex); 377 Client client = new Client(); local 378 mMediaRouterService.registerClientAsUser(client, mPackageName, userId); 379 mClient = client; 381 Log.e(TAG, "Unable to register media router client.", ex); 396 Log.e(TAG, "Unable to publish media router client discovery request.", ex); 408 Log.e(TAG, "Unable to publish media router client selected route.", ex); 414 // Update the client state [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer2.h | 93 * the client or the device has chosen that all layers should be composed by 94 * the client. This will prevent the client from applying the color 109 * receiving a call to presentDisplay. The client will always skip 124 /* The client will composite this layer into the client target buffer 140 * client sets to HWC2_COMPOSITION_SOLID_COLOR, the device must request that 150 * supported on a layer that the client sets to HWC2_COMPOSITION_CURSOR, the 183 /* Instructs the client to provide a new client target buffer, even if n [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
tls_test.go | 318 t.Error("client and server channel bindings differ") 331 t.Error("client and server channel bindings differ when session resumption is used") 422 tconn := Client(conn, clientConfig) 500 // client to unblock like CloseWrite. 519 return fmt.Errorf("client CloseWrite: %v", err) 563 conn := Client(netConn, testConfig.Clone())
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp_test.go | 150 client := strings.Join(strings.Split(basicClient, "\n"), "\r\n") 156 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 224 if client != actualcmds { 225 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) 269 client := strings.Join(strings.Split(newClientClient, "\n"), "\r\n") 295 if client != actualcmds { 296 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) 314 client := strings.Join(strings.Split(newClient2Client, "\n"), "\r\n") 334 if client != actualcmds { 335 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
tls_test.go | 318 t.Error("client and server channel bindings differ") 331 t.Error("client and server channel bindings differ when session resumption is used") 422 tconn := Client(conn, clientConfig) 500 // client to unblock like CloseWrite. 519 return fmt.Errorf("client CloseWrite: %v", err) 563 conn := Client(netConn, testConfig.Clone())
|
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp_test.go | 150 client := strings.Join(strings.Split(basicClient, "\n"), "\r\n") 156 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 224 if client != actualcmds { 225 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) 269 client := strings.Join(strings.Split(newClientClient, "\n"), "\r\n") 295 if client != actualcmds { 296 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) 314 client := strings.Join(strings.Split(newClient2Client, "\n"), "\r\n") 334 if client != actualcmds { 335 t.Fatalf("Got:\n%s\nExpected:\n%s", actualcmds, client) [all...] |
/compatibility/cdd/3_software/ |
3_9_device-administration.md | 29 * [C-1-1] MUST support enrolling a Device Policy Client (DPC) as a
|
/prebuilts/go/darwin-x86/src/net/http/httptest/ |
server.go | 159 // socket-late-binding races from the http Client
|
/prebuilts/go/linux-x86/src/net/http/httptest/ |
server.go | 159 // socket-late-binding races from the http Client
|