Home
last modified time | relevance | path

Searched defs:Recorder (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/tools/tradefederation/core/proto/resultdb/
Drecorder.proto42 service Recorder { service
54 rpc CreateInvocation(CreateInvocationRequest) returns (Invocation) {};
61 rpc BatchCreateInvocations(BatchCreateInvocationsRequest)
65 rpc UpdateInvocation(UpdateInvocationRequest) returns (Invocation) {};
68 rpc FinalizeInvocation(FinalizeInvocationRequest) returns (Invocation) {};
71 rpc UpdateIncludedInvocations(UpdateIncludedInvocationsRequest)
76 rpc MarkInvocationSubmitted(MarkInvocationSubmittedRequest)
82 rpc CreateTestResult(CreateTestResultRequest) returns (TestResult) {};
84 rpc BatchCreateTestResults(BatchCreateTestResultsRequest)
88 rpc CreateTestExoneration(CreateTestExonerationRequest)
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dping.rs45 pub(super) fn channel(ping_pong: PingPong, config: Config) -> (Recorder, Ponger) { in channel()
117 pub(crate) struct Recorder { struct
118 shared: Option<Arc<Mutex<Shared>>>,
214 impl Recorder { implementation
/aosp_15_r20/external/skia/tests/graphite/
H A DImageProviderTest.cpp87 sk_sp<SkImage> create_raster_backed_image_no_mipmaps(Recorder*) { in create_raster_backed_image_no_mipmaps() argument
92 sk_sp<SkImage> create_raster_backed_image_with_mipmaps(Recorder*) { in create_raster_backed_image_with_mipmaps() argument
109 sk_sp<SkImage> create_picture_backed_image(Recorder*) { in create_picture_backed_image() argument
128 sk_sp<SkImage> create_bitmap_generator_backed_image(Recorder*) { in create_bitmap_generator_backed_image() argument
/aosp_15_r20/external/skia/tools/gpu/
H A DManagedBackendTexture.h27 class Recorder; variable
33 using Recorder = skgpu::graphite::Recorder; variable
H A DBackendSurfaceFactory.h26 class Recorder; variable
H A DProtectedUtils.h25 class Recorder; variable
H A DBackendTextureImageFactory.h25 class Recorder; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshBase.cpp220 sk_sp<SkImage> SkImage_GaneshBase::onMakeSubset(skgpu::graphite::Recorder*, in onMakeSubset()
227 sk_sp<SkImage> SkImage_GaneshBase::makeColorTypeAndColorSpace(skgpu::graphite::Recorder*, in makeColorTypeAndColorSpace()
235 sk_sp<SkSurface> SkImage_GaneshBase::onMakeSurface(skgpu::graphite::Recorder*, in onMakeSurface()
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/
H A DAnimationFrameTimeHistogram.java83 private static class Recorder implements TimeListener { class
90 private Recorder() { in Recorder() method in Recorder
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
H A DRecorder.java23 public abstract class Recorder extends StreamBase { class
56 public Recorder(AudioSinkProvider sinkProvider) { in Recorder() method in Recorder
/aosp_15_r20/external/skia/gm/
H A Dimage.cpp249 skgpu::graphite::Recorder*, in make_raster()
258 skgpu::graphite::Recorder*, in make_picture()
272 skgpu::graphite::Recorder*, in make_codec()
/aosp_15_r20/external/skia/src/image/
H A DSkImage_Base.h38 class Recorder; variable
81 virtual bool readPixelsGraphite(skgpu::graphite::Recorder*, in readPixelsGraphite()
H A DSkImage_Lazy.cpp201 sk_sp<SkImage> SkImage_Lazy::onMakeSubset(skgpu::graphite::Recorder*, in onMakeSubset()
213 sk_sp<SkSurface> SkImage_Lazy::onMakeSurface(skgpu::graphite::Recorder*, in onMakeSurface()
H A DSkImage_Raster.cpp85 sk_sp<SkSurface> SkImage_Raster::onMakeSurface(skgpu::graphite::Recorder*, in onMakeSurface()
144 sk_sp<SkImage> SkImage_Raster::onMakeSubset(skgpu::graphite::Recorder*, in onMakeSubset()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyHelpers.cpp1635 static void notify_in_use(Recorder*, DrawContext*, const SkColorShader*) { in notify_in_use() argument
1650 static void notify_in_use(Recorder*, DrawContext*, const SkColor4Shader*) { in notify_in_use() argument
1700 static void notify_in_use(Recorder*, DrawContext*, const SkEmptyShader*) { in notify_in_use() argument
2145 static void notify_in_use(Recorder*, DrawContext*, const SkPerlinNoiseShader*) { in notify_in_use() argument
2223 static void notify_in_use(Recorder*, DrawContext*, const SkPictureShader*) { in notify_in_use() argument
2261 static void notify_in_use(Recorder*, DrawContext*, const SkTransformShader*) { in notify_in_use() argument
2272 static void notify_in_use(Recorder*, DrawContext*, const SkTriColorShader*) { in notify_in_use() argument
2564 static void notify_in_use(Recorder*, DrawContext*, const SkGradientBaseShader*) { in notify_in_use() argument
H A DSpecialImage_Graphite.h24 class Recorder; variable
H A DImage_Graphite.h23 class Recorder; variable
/aosp_15_r20/external/scudo/standalone/
H A Drelease.h366 explicit FreePagesRangeTracker(ReleaseRecorderT &Recorder) in FreePagesRangeTracker()
398 ReleaseRecorderT &Recorder; variable
650 ReleaseRecorderT &Recorder, SkipRegionT SkipRegion) { in releaseFreeMemoryToOS()
/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp128 StringRangeRecorder Recorder; in TEST() local
226 ReleasedPagesRecorder Recorder; in testReleaseFreeMemoryToOS() local
466 ReleasedPagesRecorder Recorder(ReleaseBase); in testReleasePartialRegion() local
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Droute_guide_callback_server.cc151 class Recorder : public grpc::ServerReadReactor<Point> { in RecordRoute() class
153 Recorder(RouteSummary* summary, const std::vector<Feature>* feature_list) in RecordRoute() function in RouteGuideImpl::RecordRoute::Recorder
H A Droute_guide_callback_client.cc150 class Recorder : public grpc::ClientWriteReactor<Point> { in RecordRoute() class
152 Recorder(RouteGuide::Stub* stub, float coord_factor, in RecordRoute() function in RouteGuideClient::RecordRoute::Recorder
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DImageProvider.h16 class Recorder; variable
H A DSurface.h22 class Recorder; variable
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/
H A DRecorder.h26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder() function
/aosp_15_r20/external/skia/include/android/graphite/
H A DSurfaceAndroid.h19 class Recorder; variable

1234