HomeSort by relevance Sort by last modified time
    Searched refs:fb_type (Results 1 - 8 of 8) sorted by null

  /external/libmtp/src/
chdk_live_view.h 56 int fb_type; // framebuffer type - note future versions might use different structures depending on type member in struct:__anon23897
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.cpp 139 char fb_type[MAX_SYSFS_DATA]; local
146 len = read_node(fb_type_path, fb_type);
147 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
148 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
  /hardware/qcom/display/msm8998/hdmi_cec/
qhdmi_cec.cpp 139 char fb_type[MAX_SYSFS_DATA]; local
146 len = read_node(fb_type_path, fb_type);
147 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
148 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
  /hardware/qcom/display/sdm845/hdmi_cec/
qhdmi_cec.cpp 139 char fb_type[MAX_SYSFS_DATA]; local
146 len = read_node(fb_type_path, fb_type);
147 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
148 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 90 enum fblocktype fb_type; member in struct:fblockinfo
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 90 enum fblocktype fb_type; member in struct:fblockinfo
    [all...]
  /external/python/cpython2/Python/
compile.c 90 enum fblocktype fb_type; member in struct:fblockinfo
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 1756 struct type_lookup { const char *proto_type; BaseType fb_type; }; member in struct:flatbuffers::type_lookup
    [all...]

Completed in 265 milliseconds