Home
last modified time | relevance | path

Searched +defs:status +defs:delegate (Results 26 – 50 of 1201) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_secagg_send_to_server_impl_test.cc77 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST() local
89 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST() local
97 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST() local
113 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST() local
703 google::rpc::Status status; in TEST_F() local
738 google::rpc::Status status; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc302 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels()
337 TfLiteDelegateParams* CreateDelegateParams(TfLiteDelegate* delegate, in CreateDelegateParams()
404 TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels()
1234 TfLiteStatus status = kTfLiteOk; in Invoke() local
1578 TfLiteStatus status = BytesRequired(tensor->type, new_size->data, in ResizeTensorImpl() local
1641 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in SwitchToKernelContext()
1742 for (auto* delegate : delegates_to_apply) { in RedoAllDelegates() local
1790 TfLiteStatus Subgraph::ModifyGraphWithDelegate(TfLiteDelegate* delegate) { in ModifyGraphWithDelegate()
1801 auto reset_delegation_if_not_ok = [this](TfLiteStatus status) { in ModifyGraphWithDelegate()
1856 TfLiteStatus status = delegate->Prepare(&context_, delegate); in ModifyGraphWithDelegate() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/
H A DAAudioBinderAdapter.cpp26 AAudioBinderAdapter::AAudioBinderAdapter(IAAudioService* delegate, in AAudioBinderAdapter()
38 Status status = mDelegate->openStream(request.parcelable(), in openStream() local
53 Status status = mDelegate->closeStream(streamHandleInfo.getHandle(), &result); in closeStream() local
67 Status status = mDelegate->getStreamDescription(streamHandleInfo.getHandle(), in getStreamDescription() local
82 Status status = mDelegate->startStream(streamHandleInfo.getHandle(), &result); in startStream() local
94 Status status = mDelegate->pauseStream(streamHandleInfo.getHandle(), &result); in pauseStream() local
106 Status status = mDelegate->stopStream(streamHandleInfo.getHandle(), &result); in stopStream() local
118 Status status = mDelegate->flushStream(streamHandleInfo.getHandle(), &result); in flushStream() local
132 Status status = mDelegate->registerAudioThread( in registerAudioThread() local
146 Status status = mDelegate->unregisterAudioThread( in unregisterAudioThread() local
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_server_server.cc151 LocalServiceDelegatePtr delegate, in LocalServiceImpl()
171 LocalServiceDelegate* delegate() { return delegate_.get(); } in delegate() function in bthost::GattServerServer::LocalServiceImpl
238 fidl::InterfaceHandle<LocalServiceDelegate> delegate, in PublishService()
343 auto connection_error_cb = [self, id](zx_status_t status) { in PublishService()
390 auto* delegate = iter->second->delegate(); in OnReadRequest() local
409 auto* delegate = iter->second->delegate(); in OnWriteRequest() local
436 auto* delegate = iter->second->delegate(); in OnCharacteristicConfig() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp56 const executorch_flatbuffer::BackendDelegate& delegate, in Init()
171 const executorch_flatbuffer::BackendDelegate& delegate, in GetProcessedData()
628 const auto& delegate = *delegates->Get(i); in init() local
931 Error status = set_input(input_evalues[i], i); in set_inputs() local
1245 auto status = execute_instruction(); in step() local
1298 auto status = execute_instruction(); in execute() local
/aosp_15_r20/hardware/interfaces/audio/aidl/default/deprecated/
H A DStreamSwitcher.cpp51 auto status = closeCurrentStream(false /*validateStreamState*/); in close() local
158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()
202 if (ndk::ScopedAStatus status = mStream->initInstance(nullptr); !status.isOk()) { in setConnectedDevices() local
220 if (auto status = mStream->updateHwAvSyncId(*mHwAvSyncId); !status.isOk()) { in setConnectedDevices() local
226 if (auto status = mStream->setVendorParameters(vndParam.first, vndParam.second); in setConnectedDevices() local
234 if (auto status = mStream->addEffect(effect); !status.isOk()) { in setConnectedDevices() local
240 if (auto status = mStream->bluetoothParametersUpdated(); !status.isOk()) { in setConnectedDevices() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream.cc122 void SpdyStream::SetDelegate(Delegate* delegate) { in SetDelegate()
348 int status; in OnHeadersReceived() local
571 void SpdyStream::OnClose(int status) { in OnClose()
582 Delegate* delegate = delegate_; in OnClose() local
805 int status) { in SaveResponseHeaders()
H A Dbidirectional_stream_spdy_impl.cc46 BidirectionalStreamImpl::Delegate* delegate, in Start()
251 void BidirectionalStreamSpdyImpl::OnClose(int status) { in OnClose()
323 BidirectionalStreamImpl::Delegate* delegate = delegate_; in NotifyError() local
/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.cpp75 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo()
88 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo()
337 auto status = mTfliteInterpreter->Invoke(); in runInference() local
351 auto status = mTfliteInterpreter->ResetVariableTensors(); in resetStates() local
451 std::unique_ptr<tflite::StatefulNnApiDelegate> delegate; in runCompilation() local
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNExecutor.cpp14 namespace delegate { namespace
72 xnn_status status; in prepare_args() local
142 xnn_status status = xnn_setup_runtime_v2( in forward() local
198 xnn_status status = in resize_outputs() local
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/profiling/
H A DXNNProfiler.cpp25 namespace executorch::backends::xnnpack::delegate::profiling { namespace
95 xnn_status status = xnn_get_runtime_profiling_info( in get_runtime_operator_names() local
124 xnn_status status = xnn_get_runtime_profiling_info( in get_runtime_num_operators() local
144 xnn_status status = xnn_get_runtime_profiling_info( in get_runtime_operator_timings() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DForwardingConnectionClientTransport.java38 public void shutdown(Status status) { in shutdown()
43 public void shutdownNow(Status status) { in shutdownNow()
79 protected abstract ConnectionClientTransport delegate(); in delegate() method in ForwardingConnectionClientTransport
H A DInternalSubchannel.java271 private void scheduleBackoff(final Status status) { in scheduleBackoff()
654 private final ConnectionClientTransport delegate; field in InternalSubchannel.CallTracingTransport
657 private CallTracingTransport(ConnectionClientTransport delegate, CallTracer callTracer) { in CallTracingTransport()
663 protected ConnectionClientTransport delegate() { in delegate() method in InternalSubchannel.CallTracingTransport
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex30/javac/
Dgrpc-java-core-util.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex34/javac/
Dgrpc-java-core-util.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex10000/javac/
Dgrpc-java-core-util.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex33/javac/
Dgrpc-java-core-util.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DOutlierDetectionLoadBalancer.java199 private Helper delegate; field in OutlierDetectionLoadBalancer.ChildHelper
201 ChildHelper(Helper delegate) { in ChildHelper()
206 protected Helper delegate() { in delegate() method in OutlierDetectionLoadBalancer.ChildHelper
242 private final Subchannel delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
249 OutlierDetectionSubchannel(Subchannel delegate) { in OutlierDetectionSubchannel()
346 protected Subchannel delegate() { in delegate() method in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
355 private final SubchannelStateListener delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener
357 OutlierDetectionSubchannelStateListener(SubchannelStateListener delegate) { in OutlierDetectionSubchannelStateListener()
385 private final SubchannelPicker delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionPicker
387 OutlierDetectionPicker(SubchannelPicker delegate) { in OutlierDetectionPicker()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager.cc264 Delegate::WeakPtr delegate, in SecurityManagerImpl()
296 [this](pw::async::Context /*ctx*/, pw::Status status) { in SecurityManagerImpl()
990 Result<> status = fit::ok(); in ValidateExistingLocalLtk() local
1021 Delegate::WeakPtr delegate, in Create()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_graph_builder.cpp22 namespace delegate { namespace
54 xnn_status status = xnn_create_subgraph( in buildXNNGraph() local
73 xnn_status status = in runGraphOnInputs() local
179 xnn_status status = xnn_define_add2( in defineAllNodes() local
256 xnn_status status = xnn_define_tensor_value( in defineAllTensorValues() local
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/api/grpc-java-api/android_common_apex34/javac/
Dgrpc-java-api.jar ... ) public abstract void fail (io.grpc.Status) } io/grpc/CallCredentials$RequestInfo. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/api/grpc-java-api/android_common_apex33/javac/
Dgrpc-java-api.jar ... ) public abstract void fail (io.grpc.Status) } io/grpc/CallCredentials$RequestInfo. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/api/grpc-java-api/android_common_apex30/javac/
Dgrpc-java-api.jar ... ) public abstract void fail (io.grpc.Status) } io/grpc/CallCredentials$RequestInfo. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/api/grpc-java-api/android_common_apex10000/javac/
Dgrpc-java-api.jar ... ) public abstract void fail (io.grpc.Status) } io/grpc/CallCredentials$RequestInfo. ...
/aosp_15_r20/external/caliper/lib/
HDjsr311-api-1.1.1.jar ... javax.ws.rs.core.Response$Status$Family getFamily () public abstract java.lang ...

12345678910>>...49