Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 9 of 9) sorted by relevance

/device/linaro/dragonboard/audio/
Dfifo_wrapper.cpp34 struct audio_fifo_itfe *interface = new struct audio_fifo_itfe; in fifo_init() local
48 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_release() local
57 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_read() local
62 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_write() local
67 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_available_to_read() local
72 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_available_to_write() local
77 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_flush() local
/device/amlogic/yukawa/hal/audio/
Dfifo_wrapper.cpp34 struct audio_fifo_itfe *interface = new struct audio_fifo_itfe; in fifo_init() local
48 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_release() local
57 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_read() local
62 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_write() local
67 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_available_to_read() local
72 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_available_to_write() local
77 struct audio_fifo_itfe *interface = static_cast<struct audio_fifo_itfe *>(fifo_itfe); in fifo_flush() local
/device/google/cuttlefish/common/libs/net/
Dnetwork_interface_manager.cpp42 const NetworkInterface& interface) { in BuildLinkRequest()
53 const NetworkInterface& interface) { in BuildAddrRequest()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dnetwork_flags.cpp44 bool ObtainConfig(const std::string& interface, const std::string& dns) { in ObtainConfig()
112 bool ParseInterfaceAttributes(const std::string& interface) { in ParseInterfaceAttributes()
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp197 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface, in createInterface()
361 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp1152 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp1104 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp1079 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp586 SharedFD SharedFD::Socket6Client(const std::string& host, const std::string& interface, in Socket6Client()