/aosp_15_r20/tools/tradefederation/core/proto/resultdb/ |
D | recorder.proto | 42 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/ |
D | ping.rs | 45 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 D | ImageProviderTest.cpp | 87 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 D | ManagedBackendTexture.h | 27 class Recorder; variable 33 using Recorder = skgpu::graphite::Recorder; variable
|
H A D | BackendSurfaceFactory.h | 26 class Recorder; variable
|
H A D | ProtectedUtils.h | 25 class Recorder; variable
|
H A D | BackendTextureImageFactory.h | 25 class Recorder; variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_GaneshBase.cpp | 220 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 D | AnimationFrameTimeHistogram.java | 83 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 D | Recorder.java | 23 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 D | image.cpp | 249 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 D | SkImage_Base.h | 38 class Recorder; variable 81 virtual bool readPixelsGraphite(skgpu::graphite::Recorder*, in readPixelsGraphite()
|
H A D | SkImage_Lazy.cpp | 201 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 D | SkImage_Raster.cpp | 85 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 D | KeyHelpers.cpp | 1635 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 D | SpecialImage_Graphite.h | 24 class Recorder; variable
|
H A D | Image_Graphite.h | 23 class Recorder; variable
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | release.h | 366 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 D | release_test.cpp | 128 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 D | route_guide_callback_server.cc | 151 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 D | route_guide_callback_client.cc | 150 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 D | ImageProvider.h | 16 class Recorder; variable
|
H A D | Surface.h | 22 class Recorder; variable
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
H A D | Recorder.h | 26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder() function
|
/aosp_15_r20/external/skia/include/android/graphite/ |
H A D | SurfaceAndroid.h | 19 class Recorder; variable
|