/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 5 flag custom_decoder 12 flag custom_decoder 17 flag custom_decoder 30 flag custom_decoder 38 flag custom_decoder 41 flag custom_decoder 44 flag custom_decoder 47 flag custom_decoder 50 flag flushOnEncode 53 flag custom_decoder [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 44 flag unsupported 165 flag unsupported 195 flag not_api 198 flag unsupported 254 flag unsupported 257 flag unsupported 260 flag unsupported 263 flag unsupported 296 flag unsupported 299 flag unsupported [all …]
|
/device/google/cuttlefish/host/commands/launch/ |
D | flag_forwarder.cc | 100 for (auto& flag : self_flags) { in CurrentFlagsToTypes() local 101 name_to_type[flag.name] = flag.type; in CurrentFlagsToTypes() 212 for (xmlNodePtr flag = root_element->children; flag != nullptr; flag = flag->next) { in FlagsForSubprocess() local 213 if (std::strcmp((const char*) flag->name, "flag") != 0) { in FlagsForSubprocess() 217 flag_info.name = xmlContent(xmlChildWithName(flag, "name")); in FlagsForSubprocess() 218 flag_info.type = xmlContent(xmlChildWithName(flag, "type")); in FlagsForSubprocess() 219 flag_info.filename = xmlContent(xmlChildWithName(flag, "file")); in FlagsForSubprocess() 220 flag_info.description = xmlContent(xmlChildWithName(flag, "meaning")); in FlagsForSubprocess() 221 flag_info.current_value = xmlContent(xmlChildWithName(flag, "current")); in FlagsForSubprocess() 222 flag_info.default_value = xmlContent(xmlChildWithName(flag, "default")); in FlagsForSubprocess() [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 44 flag unsupported 63 flag unsupported 95 flag unsupported 98 flag unsupported 122 flag unsupported 130 flag unsupported 142 flag unsupported 146 flag unsupported 154 flag not_api 158 flag not_api [all …]
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayService.java | 60 public int flag; field in MultiDisplayService.MultiDisplay 71 flag = 0; in clear() 80 flag = f; in set() 84 return (w == width && h == height && d == dpi && f == flag); in match() 141 private void createVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in createVirtualDisplay() argument 146 mMultiDisplay[displayId].surface, flag, in createVirtualDisplay() 150 mMultiDisplay[displayId].set(w, h, dpi, flag); in createVirtualDisplay() 153 private void addVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in addVirtualDisplay() argument 154 if (mMultiDisplay[displayId].match(w, h, dpi, flag)) { in addVirtualDisplay() 158 createVirtualDisplay(displayId, w, h, dpi, flag); in addVirtualDisplay() [all …]
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 132 for (const auto& flag : all_flags) { in RecordFlags() local 134 flag_json["name"] = flag.name; in RecordFlags() 135 flag_json["type"] = flag.type; in RecordFlags() 136 flag_json["description"] = flag.description; in RecordFlags() 137 flag_json["current_value"] = flag.current_value; in RecordFlags() 138 flag_json["default_value"] = flag.default_value; in RecordFlags() 139 flag_json["filename"] = flag.filename; in RecordFlags() 140 flag_json["has_validator_fn"] = flag.has_validator_fn; in RecordFlags() 141 flag_json["is_default"] = flag.is_default; in RecordFlags()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TcpStream.cpp | 74 DWORD flag; in TcpStream() local 76 int flag; in TcpStream() 78 flag = 1; in TcpStream() 79 setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (const char*)&flag, sizeof(flag) ); in TcpStream()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 266 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute() local 267 if (flag.size() == 0) { in setAttribute() 276 if (flag == "nullAllowed") { in setAttribute() 283 } else if (flag == "isLarge") { in setAttribute() 290 } else if (flag == "DMA") { in setAttribute() 293 fprintf(stderr, "WARNING: %u: unknow flag %s\n", (unsigned int)lc, flag.c_str()); in setAttribute() 372 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute() local 373 if (flag.size() == 0) { in setAttribute() 378 if (flag == "unsupported") { in setAttribute() 380 } else if (flag == "custom_decoder") { in setAttribute() [all …]
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/input/ |
D | foo.attrib | 12 flag unsupported 15 flag flushOnEncode
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl.attrib | 44 flag flushOnEncode 47 flag flushOnEncode
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | command_parser.cpp | 51 std::string_view CommandParser::GetNextStr(char flag) { in GetNextStr() argument 52 auto pos = command_.find(flag); in GetNextStr()
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 175 uint64_t flag; in monitorFfs() local 176 read(usbGadget->mEventFd, &flag, sizeof(flag)); in monitorFfs() 177 if (flag == 100) { in monitorFfs() 260 uint64_t flag = 100; in tearDownGadget() local 264 ret = TEMP_FAILURE_RETRY(write(mEventFd, &flag, sizeof(flag))); in tearDownGadget() 267 } else if (ret < sizeof(flag)) { in tearDownGadget()
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 175 uint64_t flag; in monitorFfs() local 176 read(usbGadget->mEventFd, &flag, sizeof(flag)); in monitorFfs() 177 if (flag == 100) { in monitorFfs() 260 uint64_t flag = 100; in tearDownGadget() local 264 ret = TEMP_FAILURE_RETRY(write(mEventFd, &flag, sizeof(flag))); in tearDownGadget() 267 } else if (ret < sizeof(flag)) { in tearDownGadget()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xaf-api.h | 96 XAF_ERR_CODE xaf_adev_close(void *adev_ptr, xaf_comp_flag flag); 102 …ERR_CODE xaf_comp_process(void *p_adev, void *p_comp, void *p_buf, u32 length, xaf_comp_flag flag);
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 159 uint64_t flag; in monitorFfs() local 160 read(usbGadget->mEventFd, &flag, sizeof(flag)); in monitorFfs() 161 if (flag == 100) { in monitorFfs() 244 uint64_t flag = 100; in tearDownGadget() local 246 write(mEventFd, &flag, sizeof(flag)); in tearDownGadget()
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | ab-dram.h | 29 enum ab_dram_alloc_flag flag; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | ab-dram.h | 29 enum ab_dram_alloc_flag flag; member
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 242 static void hdmicec_set_option(const struct hdmi_cec_device *dev, int flag, int value) in hdmicec_set_option() argument 245 ALOGD("%s: flag=%d, value=%d", __func__, flag, value); in hdmicec_set_option() 246 switch (flag) { in hdmicec_set_option() 359 static void hdmicec_set_arc(const struct hdmi_cec_device *dev, int port_id, int flag) in hdmicec_set_arc() argument 363 (void)flag; in hdmicec_set_arc()
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 163 XAF_ERR_CODE xaf_adev_close(void* adev_ptr, xaf_comp_flag flag) in xaf_adev_close() argument 172 (void) flag; in xaf_adev_close() 461 …_CODE xaf_comp_process(void *adev_ptr, void *comp_ptr, void *p_buf, u32 length, xaf_comp_flag flag) in xaf_comp_process() argument 472 XAF_CHK_RANGE(flag, XAF_START_FLAG, XAF_NEED_OUTPUT_FLAG); in xaf_comp_process() 473 if (flag == XAF_INPUT_READY_FLAG) XAF_CHK_RANGE(length, 0, XAF_INBUF_SIZE); in xaf_comp_process() 477 switch (flag) in xaf_comp_process()
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | cam_req_mgr.h | 268 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl, flag) \ argument 269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | cam_req_mgr.h | 148 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) :… argument
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 126 static void sensorLedsOnOff(bool flag) in sensorLedsOnOff() argument 131 gpioSet(mTask.leds[i].ledid, flag ? mTask.leds[i].val : 0); in sensorLedsOnOff()
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | cam_req_mgr.h | 148 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) :… argument
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | cam_req_mgr.h | 268 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl, flag) \ argument 269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
|
/device/google/crosshatch/json-c/ |
D | configure.ac | 73 # Check for the -Bsymbolic-functions linker flag 82 AC_MSG_CHECKING([for -Bsymbolic-functions linker flag])
|