Home
last modified time | relevance | path

Searched defs:stopChannel (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
H A DCycledActorsBenchmark.kt47 val stopChannel = Channel<Unit>(CORES_COUNT) in <lambda>() constant
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/grpc-google-cloud-live-stream-v1/src/main/java/com/google/cloud/video/livestream/v1/
H A DLivestreamServiceGrpc.java919 default void stopChannel( in stopChannel() method
1200 public void stopChannel( in stopChannel() method in LivestreamServiceGrpc.LivestreamServiceStub
1460 public com.google.longrunning.Operation stopChannel( in stopChannel() method in LivestreamServiceGrpc.LivestreamServiceBlockingStub
1698 stopChannel(com.google.cloud.video.livestream.v1.StopChannelRequest request) { in stopChannel() method in LivestreamServiceGrpc.LivestreamServiceFutureStub
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dinvf_est.cpp245 INT stopChannel, /*!< Stop channel. */ in calculateDetectorValues()
527 INT stopChannel = hInvFilt->freqBandTableInvFilt[band + 1]; in FDKsbrEnc_qmfInverseFilteringDetector() local
H A Dnf_est.cpp202 INT stopChannel, /*!< Stop channel of the current in qmfBasedNoiseFloorDetection()
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/google-cloud-live-stream/src/test/java/com/google/cloud/video/livestream/v1/
H A DMockLivestreamServiceImpl.java189 public void stopChannel(StopChannelRequest request, StreamObserver<Operation> responseObserver) { in stopChannel() method in MockLivestreamServiceImpl
/aosp_15_r20/frameworks/base/native/android/
H A Dperformance_hint.cpp834 void FMQWrapper::stopChannel(IHintManager* manager) { in stopChannel() function in FMQWrapper