/ohos5.0/docs/zh-cn/application-dev/ffrt/ |
H A D | ffrt-overview.md | 55 - Producer-Consumer 依赖 59 - Consumer-Producer 依赖 63 - Producer-Producer 依赖 83 - task1 与task2/task3 构成Producer-Consumer 依赖,即:task2/task3 需要等到task1 写完A之后才能读A 84 - task2/task3 与task4 构成Consumer-Producer 依赖,即:task4 需要等到task2/task3 读完A之后才能写A 85 - task4 与task5 构成Producer-Producer 依赖,即:task5 需要等到task4 写完A之后才能写A
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | multi-thread-concurrency-overview.md | 88 class Producer { 113 let producer1: Producer = new Producer()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | multi-thread-concurrency-overview.md | 88 class Producer { 113 let producer1: Producer = new Producer()
|
/ohos5.0/docs/en/application-dev/ffrt/ |
H A D | ffrt-overview.md | 55 - Producer-Consumer dependency 59 - Consumer-Producer dependency 63 - Producer-Producer dependency
|
/ohos5.0/drivers/interface/camera/v1_1/ |
H A D | Types.idl | 71 * Producer handle provided by the graphics layer for quick thumbnail.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/ |
H A D | Types.idl | 71 * Producer handle provided by the graphics layer for quick thumbnail.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/ |
H A D | Types.idl | 71 * Producer handle provided by the graphics layer for quick thumbnail.
|
/ohos5.0/foundation/resourceschedule/ffrt/docs/ |
H A D | user_guide.md | 78 - Producer-Consumer 依赖 82 - Consumer-Producer 依赖 86 - Producer-Producer 依赖 105 - task1 与task2/task3 构成Producer-Consumer 依赖,即:task2/task3 需要等到task1 写完A之后才能读A 106 - task2/task3 与task4 构成Consumer-Producer 依赖,即:task4 需要等到task2/task3 读完A之后才能写A 107 - task4 与task5 构成Producer-Producer 依赖,即:task5 需要等到task4 写完A之后才能写A
|
/ohos5.0/drivers/interface/camera/v1_0/ |
H A D | Types.idl | 337 * Producer handle provided by the graphics layer.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/foo/camera/v1_0/ |
H A D | Types.idl | 337 * Producer handle provided by the graphics layer.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/ |
H A D | Types.idl | 337 * Producer handle provided by the graphics layer.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_0/ |
H A D | Types.idl | 337 * Producer handle provided by the graphics layer.
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 2801 sptr<IBufferProducer> Producer = Surface->GetProducer(); variable 2813 Producer = nullptr; 2814 intResult = cameraService->CreatePreviewOutput(Producer, 0, width, height, output); 2817 Producer = Surface->GetProducer(); 2825 intResult = cameraService->CreateVideoOutput(Producer, 0, width, height, output); 2829 intResult = cameraService->CreateVideoOutput(Producer, 0, width, height, output); 2832 Producer = nullptr; 2833 intResult = cameraService->CreateVideoOutput(Producer, 0, width, height, output); 2870 sptr<IBufferProducer> Producer = Surface->GetProducer(); variable 2880 Producer = nullptr; [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 5802 sptr<IBufferProducer> Producer = nullptr; variable 5803 intResult = serviceProxy->CreatePhotoOutput(Producer, format, width, height, output); 5807 intResult = serviceProxy->CreatePreviewOutput(Producer, format, width, height, output_2); 5814 intResult = serviceProxy->CreateMetadataOutput(Producer, format, {1}, output_3); 5817 intResult = serviceProxy->CreateVideoOutput(Producer, format, width, height, output_2); 5839 sptr<IBufferProducer> Producer = Surface->GetProducer(); variable 5867 intResult = serviceProxy->CreatePhotoOutput(Producer, format, width, height, output); 5873 intResult = serviceProxy->CreatePreviewOutput(Producer, format, width, height, output_2); 5880 intResult = serviceProxy->CreateMetadataOutput(Producer, format, {1}, output_3); 5883 intResult = serviceProxy->CreateVideoOutput(Producer, format, width, height, output_2);
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-connection-manager.md | 12 - Producer: a provider of data networks, such as Wi-Fi, cellular, and Ethernet.
|