Searched defs:interface (Results  1 – 9 of 9) sorted by relevance
| /device/amlogic/yukawa/hal/audio/ | 
| D | fifo_wrapper.cpp | 34     struct audio_fifo_itfe *interface = new struct audio_fifo_itfe;  in fifo_init()  local48     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/linaro/dragonboard/audio/ | 
| D | fifo_wrapper.cpp | 34     struct audio_fifo_itfe *interface = new struct audio_fifo_itfe;  in fifo_init()  local48     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/common/libs/device_config/ | 
| D | host_device_config.cpp | 47   bool ObtainConfig(const std::string& interface, const std::string& dns) {  in ObtainConfig()115   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/vpxdec/ | 
| D | C2GoldfishVpxDec.cpp | 919         c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface,  in createInterface()
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ | 
| D | C2GoldfishAvcDec.cpp | 1149         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 | 1100         c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface,  in createInterface()
 | 
| /device/google/cuttlefish/common/libs/fs/ | 
| D | shared_fd.cpp | 532 SharedFD SharedFD::Socket6Client(const std::string& host, const std::string& interface,  in Socket6Client()
 |