Searched defs:interface (Results 1 – 9 of 9) sorted by relevance
/device/linaro/dragonboard/audio/ |
D | fifo_wrapper.cpp | 34 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/ |
D | fifo_wrapper.cpp | 34 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/ |
D | network_interface_manager.cpp | 42 const NetworkInterface& interface) { in BuildLinkRequest() 53 const NetworkInterface& interface) { in BuildAddrRequest()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | network_flags.cpp | 44 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/ |
D | GoldfishComponentStore.cpp | 197 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/ |
D | C2GoldfishAvcDec.cpp | 1152 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 1104 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.cpp | 1079 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 586 SharedFD SharedFD::Socket6Client(const std::string& host, const std::string& interface, in Socket6Client()
|