Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 38) sorted by relevance

12

/device/google/cuttlefish_vmm/
Dpolicy-inliner.sh18 contents="$3"
20 if ! [[ -f $contents ]]; then
30 cat $contents | egrep "^[a-zA-Z0-9_-]+:" >> $output
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp132 std::string contents; in ReadFile() local
135 contents.resize(in.tellg()); in ReadFile()
137 in.read(&contents[0], contents.size()); in ReadFile()
139 return(contents); in ReadFile()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp354 hwc_display_contents_1_t* contents = displays[disp]; in cvd_hwc_set() local
355 if (!contents) return 0; in cvd_hwc_set()
357 hwc_layer_1_t* layers = &contents->hwLayers[0]; in cvd_hwc_set()
358 if (contents->numHwLayers == 1 && in cvd_hwc_set()
363 if (!IsValidComposition(dev, contents->numHwLayers, layers, true)) { in cvd_hwc_set()
369 contents->numHwLayers, layers); in cvd_hwc_set()
373 for (size_t index = 0; index < contents->numHwLayers; ++index) { in cvd_hwc_set()
381 ALOGI("Saw %zu layers, closed=%d", contents->numHwLayers, closedFds); in cvd_hwc_set()
386 contents->retireFenceFd = -1; in cvd_hwc_set()
/device/google/cuttlefish/host/commands/fetcher/
Dcurl_wrapper.cc148 std::string contents = DownloadToString(url, headers); in DownloadToJson() local
151 if (!reader.parse(contents, json)) { in DownloadToJson()
154 json["response"] = contents; in DownloadToJson()
/device/google/coral/usb/
DUsb.cpp58 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument
70 *contents = line; in readFile()
82 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile() argument
89 int ret = fputs(contents.c_str(), fp); in writeFile()
91 if ((ret != EOF) && !readFile(filename, &written) && written == contents) in writeFile()
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr23 * initial contents of RW data
24 * initial contents of the GOT
Dstm32f4xx.bl.lkr33 /* initial EEDATA contents */
/device/google/wahoo/usb/
DUsb.cpp52 static int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument
63 *contents = line; in readFile()
76 const std::string &contents) { in writeFile() argument
82 ret = fputs(contents.c_str(), fp); in writeFile()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc74 auto contents = archive->ExtractToMemory(build_prop_file); in FindImports() local
75 auto lines = android::base::Split(contents, "\n"); in FindImports()
/device/linaro/dragonboard/qcom/qrtr/
Dqrtr.py26 cast(ptr, POINTER(py_object)).contents.value.append(res)
/device/sample/frameworks/PlatformLibrary/
DREADME.txt16 extension in the /system/etc/permissions directory with the following contents:
/device/google/bonito/usb/
DUsb.cpp47 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument
58 *contents = line; in readFile()
/device/google/crosshatch/usb/
DUsb.cpp49 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument
60 *contents = line; in readFile()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1966 auto contents = static_cast<hwc_display_contents_1_t*>(std::calloc(size, 1)); in allocateRequestedContents() local
1967 mHwc1RequestedContents.reset(contents); in allocateRequestedContents()
1968 mNextAvailableRect = reinterpret_cast<hwc_rect_t*>(&contents->hwLayers[numLayers]); in allocateRequestedContents()
2537 auto& contents = mHwc1Contents[c]; in prepareAllDisplays() local
2538 if (!contents) { in prepareAllDisplays()
2542 for (size_t l = 0; l < contents->numHwLayers; ++l) { in prepareAllDisplays()
2543 ALOGV(" %zd: %d", l, contents->hwLayers[l].compositionType); in prepareAllDisplays()
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h697 VkSubpassContents contents);
700 VkSubpassContents contents);
/device/generic/goldfish/audio/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/generic/goldfish/radio/ril/
DNOTICE128 wherever such third-party notices normally appear. The contents
Dril.h7186 char *contents; /* Carrier-defined content. It is binary, opaque and member
/device/google/cuttlefish/guest/hals/ril/reference-ril/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/generic/goldfish/radio/rild/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/google/contexthub/util/
DNOTICE127 wherever such third-party notices normally appear. The contents
/device/generic/goldfish/radio/libril/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/google/wahoo/liblight/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in247 ## to update the host with the new buffer contents:
256 ## x holds host GPU contents | |
271 ## x holds host GPU contents | |
/device/linaro/hikey/mali/bifrost/
DAPACHE_LICENSE.txt116 wherever such third-party notices normally appear. The contents

12