Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 76) sorted by relevance

1234

/device/google/coral/pixelstats/
Dservice.cpp31 #define MAXIM_DIR(filename) "/sys/class/power_supply/maxfg/" #filename argument
32 #define UFSHC_PATH(filename) "/dev/sys/block/bootdevice/" #filename argument
33 #define UFSHC_HEALTH_PATH(filename) "/dev/sys/block/bootdevice/health/" #filename argument
/device/generic/vulkan-cereal/protocols/generic-apigen/
DApiGen.cpp69 int ApiGen::genProcTypes(const std::string &filename, SideType side) in genProcTypes()
133 int ApiGen::genFuncTable(const std::string &filename, SideType side) in genFuncTable()
164 int ApiGen::genContext(const std::string & filename, SideType side) in genContext()
226 int ApiGen::genEntryPoints(const std::string & filename, SideType side) in genEntryPoints()
302 int ApiGen::genOpcodes(const std::string &filename) in genOpcodes()
322 int ApiGen::genAttributesTemplate(const std::string &filename ) in genAttributesTemplate()
341 int ApiGen::genEncoderHeader(const std::string &filename) in genEncoderHeader()
539 int ApiGen::genEncoderImpl(const std::string &filename) in genEncoderImpl()
872 int ApiGen::genDecoderHeader(const std::string &filename) in genDecoderHeader()
908 int ApiGen::genContextImpl(const std::string &filename, SideType side) in genContextImpl()
[all …]
Dmain.cpp30 void usage(const char *filename) in usage()
103 std::string filename = inDir + "/" + baseName + SPEC_EXTENSION; in main() local
/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp69 int ApiGen::genProcTypes(const std::string &filename, SideType side) in genProcTypes()
130 int ApiGen::genFuncTable(const std::string &filename, SideType side) in genFuncTable()
161 int ApiGen::genContext(const std::string & filename, SideType side) in genContext()
223 int ApiGen::genEntryPoints(const std::string & filename, SideType side) in genEntryPoints()
299 int ApiGen::genOpcodes(const std::string &filename) in genOpcodes()
319 int ApiGen::genAttributesTemplate(const std::string &filename ) in genAttributesTemplate()
338 int ApiGen::genEncoderHeader(const std::string &filename) in genEncoderHeader()
532 int ApiGen::genEncoderImpl(const std::string &filename) in genEncoderImpl()
862 int ApiGen::genDecoderHeader(const std::string &filename) in genDecoderHeader()
899 int ApiGen::genContextImpl(const std::string &filename, SideType side) in genContextImpl()
[all …]
Dmain.cpp30 void usage(const char *filename) in usage()
103 std::string filename = inDir + "/" + baseName + SPEC_EXTENSION; in main() local
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp143 static int check_file(const std::string& filename) { in check_file()
172 std::string filename = device_dir; in get_sampling_frequency_available() local
199 std::string filename = device_dir; in get_sensor_range() local
220 const std::string filename = device_dir + "/" + IIO_NAME_FILENAME; in get_sensor_name() local
233 std::string filename = device_dir; in set_sampling_frequency() local
246 std::string filename; in get_sensor_scale() local
324 std::string filename; in get_scan_type() local
360 std::string filename; in scan_elements() local
/device/google/barbet/usb/
DUsb.cpp97 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
121 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile()
249 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() local
268 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() local
345 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole() local
398 std::string filename = "/sys/class/typec/" + portName + "-partner/accessory_mode"; in getAccessoryConnected() local
410 std::string filename; in getCurrentRoleHelper() local
505 std::string filename = "/sys/class/typec/" + portName + "-partner/supports_usb_power_delivery"; in canSwitchRoleHelper() local
/device/google/redfin/usb/
DUsb.cpp97 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
121 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile()
249 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() local
268 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() local
345 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole() local
398 std::string filename = "/sys/class/typec/" + portName + "-partner/accessory_mode"; in getAccessoryConnected() local
410 std::string filename; in getCurrentRoleHelper() local
505 std::string filename = "/sys/class/typec/" + portName + "-partner/supports_usb_power_delivery"; in canSwitchRoleHelper() local
/device/google/sunfish/usb/
DUsb.cpp97 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
121 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile()
250 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() local
269 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() local
346 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole() local
399 std::string filename = "/sys/class/typec/" + portName + "-partner/accessory_mode"; in getAccessoryConnected() local
411 std::string filename; in getCurrentRoleHelper() local
506 std::string filename = "/sys/class/typec/" + portName + "-partner/supports_usb_power_delivery"; in canSwitchRoleHelper() local
/device/google/coral/usb/
DUsb.cpp96 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
120 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile()
244 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() local
263 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() local
340 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole() local
393 std::string filename = "/sys/class/typec/" + portName + "-partner/accessory_mode"; in getAccessoryConnected() local
405 std::string filename; in getCurrentRoleHelper() local
500 std::string filename = "/sys/class/typec/" + portName + "-partner/supports_usb_power_delivery"; in canSwitchRoleHelper() local
/device/google/bramble/usb/
DUsb.cpp97 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
121 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile()
249 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() local
268 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() local
345 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole() local
398 std::string filename = "/sys/class/typec/" + portName + "-partner/accessory_mode"; in getAccessoryConnected() local
410 std::string filename; in getCurrentRoleHelper() local
505 std::string filename = "/sys/class/typec/" + portName + "-partner/supports_usb_power_delivery"; in canSwitchRoleHelper() local
/device/google/crosshatch/usb/
DUsb.cpp90 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
183 std::string filename = in switchToDrp() local
204 std::string filename = in switchMode() local
284 std::string filename = in switchRole() local
340 std::string filename = in getAccessoryConnected() local
354 std::string filename; in getCurrentRoleHelper() local
449 std::string filename = in canSwitchRoleHelper() local
/device/google/bonito/usb/
DUsb.cpp90 int32_t readFile(const std::string &filename, std::string *contents) { in readFile()
183 std::string filename = in switchToDrp() local
204 std::string filename = in switchMode() local
284 std::string filename = in switchRole() local
340 std::string filename = in getAccessoryConnected() local
354 std::string filename; in getCurrentRoleHelper() local
449 std::string filename = in canSwitchRoleHelper() local
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py121 def gen_functions_header(entries, prefix_name, verbatim, filename, with_args): argument
154 def gen_dll_wrapper(entries, prefix_name, verbatim, filename): argument
249 def parse_file(filename, lines, mode): argument
/device/google/crosshatch/pixelstats/
Dservice.cpp31 #define UFSHC_PATH(filename) "/sys/devices/platform/soc/1d84000.ufshc/" #filename argument
32 #define UFSHC_HEALTH_PATH(filename) "/sys/devices/platform/soc/1d84000.ufshc/health/" #filename argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dreflib.py33 def setLogSourcefile(filename): argument
59 def setLogFile(setDiag, setWarn, filename): argument
238 def loadFile(filename): argument
398 def findRefs(file, filename): argument
/device/generic/vulkan-cereal/protocols/vulkan/
Dreflib.py41 def setLogSourcefile(filename): argument
69 def setLogFile(setDiag, setWarn, filename): argument
223 def loadFile(filename): argument
374 def findRefs(file, filename): argument
/device/generic/goldfish/qemu-props/
Dvport_parser.cpp37 static void set_port_prop(const char* filename, const char* portname) { in set_port_prop()
82 std::string filename = path + std::string("/") + std::string(files->d_name) + "/name"; in read_virio_ports_dir() local
/device/generic/goldfish/tools/
Dmk_combined_img.py14 def check_sparse(filename): argument
98 def clear_partition_table(filename): argument
/device/google/redbull/json-c/
Djson_util.c67 struct json_object* json_object_from_file(const char *filename) in json_object_from_file()
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/google/crosshatch/json-c/
Djson_util.c67 struct json_object* json_object_from_file(const char *filename) in json_object_from_file()
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/google/coral/json-c/
Djson_util.c67 struct json_object* json_object_from_file(const char *filename) in json_object_from_file()
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/google/sunfish/json-c/
Djson_util.c67 struct json_object* json_object_from_file(const char *filename) in json_object_from_file()
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/google/bonito/json-c/
Djson_util.c67 struct json_object* json_object_from_file(const char *filename) in json_object_from_file()
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dfile_process.py24 def filename(self): member in LinewiseFileProcessor
108 def process_file(self, filename, file_handle=None): argument

1234