Searched defs:hints (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h155 * hints is bit mask set by the HWC implementation during (*prepare)().
159 * see hwc_layer_t::hints
161 uint32_t hints; member in struct:hwc_layer_1
519 * and hints are preserved between (*prepare)() calles unless the
526 * compositionType and hints are reset to their default value.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4926 addrinfo hints; local
4927 memset(&hints, 0, sizeof(hints));
4928 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
4929 hints.ai_socktype = SOCK_STREAM;
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);

Completed in 44 milliseconds