/external/drm_hwcomposer/backend/ |
D | Backend.cpp | 52 int client_start = -1, client_size = 0; in ValidateDisplay() local 55 client_start = 0; in ValidateDisplay() 57 display->MarkValidated(z_map, client_start, client_size); in ValidateDisplay() 59 std::tie(client_start, client_size) = GetClientLayers(display, z_map); in ValidateDisplay() 65 int prepend = std::min(client_start, extra_client); in ValidateDisplay() 66 int append = std::min(int(z_map.size() - (client_start + client_size)), in ValidateDisplay() 68 start = client_start - prepend; in ValidateDisplay() 82 client_start = start + i; in ValidateDisplay() 87 display->MarkValidated(z_map, client_start, client_size); in ValidateDisplay() 89 bool testing_needed = !(client_start == 0 && client_size == z_map.size()); in ValidateDisplay() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 54 static_cast<repeated_field*>(req->client_start.target_identities.arg)); in grpc_gcp_handshaker_req_destroy() 56 req->client_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 58 static_cast<repeated_field*>(req->client_start.record_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 59 if (req->client_start.has_local_identity) { in grpc_gcp_handshaker_req_destroy() 61 req->client_start.local_identity.hostname.arg)); in grpc_gcp_handshaker_req_destroy() 63 req->client_start.local_identity.service_account.arg)); in grpc_gcp_handshaker_req_destroy() 65 if (req->client_start.has_local_endpoint) { in grpc_gcp_handshaker_req_destroy() 67 req->client_start.local_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() 69 if (req->client_start.has_remote_endpoint) { in grpc_gcp_handshaker_req_destroy() 71 req->client_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() [all …]
|
D | handshaker.pb.c | 66 …, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_gcp_HandshakerReq, client_start, client_start, &grpc_g… 67 …GE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerReq, server_start, client_start, &grpc_gcp_Star… 107 …ametersEntry, value) < 65536 && pb_membersize(grpc_gcp_HandshakerReq, client_start) < 65536 && pb_… 118 …arametersEntry, value) < 256 && pb_membersize(grpc_gcp_HandshakerReq, client_start) < 256 && pb_me…
|
D | alts_handshaker_client.h | 48 tsi_result (*client_start)(alts_handshaker_client* client, member
|
D | alts_handshaker_client.cc | 283 client->vtable->client_start != nullptr) { in alts_handshaker_client_start_client() 284 return client->vtable->client_start(client, event); in alts_handshaker_client_start_client()
|
D | handshaker.pb.h | 138 grpc_gcp_StartClientHandshakeReq client_start; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 30 req->client_start.target_identities.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 32 req->client_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 34 req->client_start.record_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 36 req->client_start.local_identity.hostname.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 38 req->client_start.local_identity.service_account.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 40 req->client_start.local_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 42 req->client_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 44 req->client_start.target_name.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create() 573 return grpc_gcp_handshaker_client_start_req_equals(&l_req->client_start, in grpc_gcp_handshaker_req_equals() 574 &r_req->client_start); in grpc_gcp_handshaker_req_equals()
|
D | alts_handshaker_client_test.cc | 171 GPR_ASSERT(req->client_start.handshake_security_protocol == in check_client_start_success() 174 req->client_start.application_protocols.arg)) in check_client_start_success() 178 data = (static_cast<repeated_field*>(req->client_start.record_protocols.arg)) in check_client_start_success() 187 validate_rpc_protocol_versions(&req->client_start.rpc_versions); in check_client_start_success() 189 static_cast<repeated_field*>(req->client_start.target_identities.arg)); in check_client_start_success() 191 static_cast<grpc_slice*>(req->client_start.target_name.arg); in check_client_start_success()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.h | 56 tsi_result (*client_start)(alts_handshaker_client* client); member
|
D | alts_handshaker_client.cc | 866 client->vtable->client_start != nullptr) { in alts_handshaker_client_start_client() 867 return client->vtable->client_start(client); in alts_handshaker_client_start_client()
|
/external/grpc-grpc/test/core/iomgr/ |
D | fd_posix_test.cc | 335 static void client_start(client* cl, int port) { in client_start() function 390 client_start(&cl, port); in test_grpc_fd()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 148 StartClientHandshakeReq client_start = 1; field 217 // message with either client_start or server_start followed by one or more
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 148 StartClientHandshakeReq client_start = 1; field 217 // message with either client_start or server_start followed by one or more
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 148 StartClientHandshakeReq client_start = 1; field 217 // message with either client_start or server_start followed by one or more
|
D | fake_handshaker_server.cc | 100 return ProcessClientStart(context, request.client_start(), response); in ProcessRequest()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 148 StartClientHandshakeReq client_start = 1; field 217 // message with either client_start or server_start followed by one or more
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 164 StartClientHandshakeReq client_start = 1; field 236 // message with either client_start or server_start followed by one or more
|