Home
last modified time | relevance | path

Searched refs:writes (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DFileUpdater.java192 final ArrayMap<String, String> writes; in handleWriteOnHandler() local
203 writes = cloneMap(mPendingWrites); in handleWriteOnHandler()
210 final int size = writes.size(); in handleWriteOnHandler()
212 final String file = writes.keyAt(i); in handleWriteOnHandler()
213 final String value = writes.valueAt(i); in handleWriteOnHandler()
/frameworks/opt/net/wifi/service/
Dwifi-events.rc29 # - Events are not actually logged until WifiService writes "1" to
42 # - Events are not actually logged until WifiService writes "1" to
/frameworks/av/media/libnbaio/
DREADME.txt15 writes:
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2194 VkWriteDescriptorSet writes[2]; in demo_prepare_descriptor_set() local
2214 memset(&writes, 0, sizeof(writes)); in demo_prepare_descriptor_set()
2216 writes[0].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in demo_prepare_descriptor_set()
2217 writes[0].descriptorCount = 1; in demo_prepare_descriptor_set()
2218 writes[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in demo_prepare_descriptor_set()
2219 writes[0].pBufferInfo = &buffer_info; in demo_prepare_descriptor_set()
2221 writes[1].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in demo_prepare_descriptor_set()
2222 writes[1].dstBinding = 1; in demo_prepare_descriptor_set()
2223 writes[1].descriptorCount = DEMO_TEXTURE_COUNT; in demo_prepare_descriptor_set()
2224 writes[1].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in demo_prepare_descriptor_set()
[all …]
Dcube.cpp1820 vk::WriteDescriptorSet writes[2]; in prepare_descriptor_set() local
1822 writes[0].setDescriptorCount(1); in prepare_descriptor_set()
1823 writes[0].setDescriptorType(vk::DescriptorType::eUniformBuffer); in prepare_descriptor_set()
1824 writes[0].setPBufferInfo(&buffer_info); in prepare_descriptor_set()
1826 writes[1].setDstBinding(1); in prepare_descriptor_set()
1827 writes[1].setDescriptorCount(texture_count); in prepare_descriptor_set()
1828 writes[1].setDescriptorType(vk::DescriptorType::eCombinedImageSampler); in prepare_descriptor_set()
1829 writes[1].setPImageInfo(tex_descs); in prepare_descriptor_set()
1836 writes[0].setDstSet(swapchain_image_resources[i].descriptor_set); in prepare_descriptor_set()
1837 writes[1].setDstSet(swapchain_image_resources[i].descriptor_set); in prepare_descriptor_set()
[all …]
/frameworks/rs/rsov/driver/
DrsovScript.cpp487 std::vector<VkWriteDescriptorSet> writes{ in InitDescriptorSet() local
522 writes.push_back({ in InitDescriptorSet()
533 vkUpdateDescriptorSets(mDevice, writes.size(), writes.data(), 0, NULL); in InitDescriptorSet()
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl121 Wraps the specified Code in AsciiDoc source tags then writes to the specified File.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto37 // just a program that reads a CodeGeneratorRequest from stdin and writes a
80 // The plugin writes an encoded CodeGeneratorResponse to stdout.
/frameworks/rs/script_api/
Drs_atomic.spec22 reads, the updates, and the memory writes are done in the right order.
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal38 * @return queue the queue that the client writes the request settings
/frameworks/rs/script_api/include/
Drs_atomic.rsh24 * reads, the updates, and the memory writes are done in the right order.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md105 The generated messages are not thread-safe for writes, but may be
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.m57 // Internal helper that writes the current buffer to the output. The
/frameworks/wilhelm/doc/
DDoxyfile510 # provided by doxygen. Whatever the program writes to standard output
667 # input file. Doxygen will then use the output that the filter program writes
/frameworks/native/docs/
DDoxyfile595 # provided by doxygen. Whatever the program writes to standard output
799 # input file. Doxygen will then use the output that the filter program writes
/frameworks/av/media/libaaudio/
DDoxyfile648 # by doxygen. Whatever the program writes to standard output is used as the file
853 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
DDoxyfile.orig648 # by doxygen. Whatever the program writes to standard output is used as the file
844 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
/frameworks/base/media/native/midi/include/
DDoxyfile.orig690 # by doxygen. Whatever the program writes to standard output is used as the file
939 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
DDoxyfile690 # by doxygen. Whatever the program writes to standard output is used as the file
939 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
/frameworks/av/media/codec2/docs/
Ddoxygen.config681 # by doxygen. Whatever the program writes to standard output is used as the file
889 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt179 - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the
/frameworks/native/vulkan/api/
Dvulkan.api2858 … VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400, /// Color attachment writes
4663 …y access non-resident regions of a resource, all reads return as if data is 0, writes are discarded