Searched +defs:interface +defs:name (Results  1 – 5 of 5) sorted by relevance
| /device/generic/goldfish-opengl/system/codecs/c2/store/ | 
| D | GoldfishComponentStore.cpp | 197     c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface,  in createInterface()336     C2String name, std::shared_ptr<ComponentModule> *module) {  in findComponent()
 348     C2String name, std::shared_ptr<C2Component> *const component) {  in createComponent()
 361     C2String name, std::shared_ptr<C2ComponentInterface> *const interface) {  in createInterface()
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ | 
| D | C2GoldfishVpxDec.cpp | 393 C2GoldfishVpxDec::C2GoldfishVpxDec(const char *name, c2_node_id_t id,  in C2GoldfishVpxDec()919         c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface,  in createInterface()
 
 | 
| /device/google/cuttlefish/common/libs/fs/ | 
| D | shared_fd.cpp | 87 int memfd_create_wrapper(const char* name, unsigned int flags) {  in memfd_create_wrapper()330 static void MakeAddress(const char* name, bool abstract,  in MakeAddress()
 388 SharedFD SharedFD::MemfdCreate(const std::string& name, unsigned int flags) {  in MemfdCreate()
 394 SharedFD SharedFD::MemfdCreateWithData(const std::string& name, const std::string& data, unsigned i…  in MemfdCreateWithData()
 480 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract,  in SocketLocalClient()
 485 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract,  in SocketLocalClient()
 532 SharedFD SharedFD::Socket6Client(const std::string& host, const std::string& interface,  in Socket6Client()
 586 SharedFD SharedFD::SocketLocalServer(const std::string& name, bool abstract,  in SocketLocalServer()
 772   std::string name = "/proc/self/fd/";  in LinkAtCwd()  local
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ | 
| D | C2GoldfishAvcDec.cpp | 428 C2GoldfishAvcDec::C2GoldfishAvcDec(const char *name, c2_node_id_t id,  in C2GoldfishAvcDec()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 | 379 C2GoldfishHevcDec::C2GoldfishHevcDec(const char *name, c2_node_id_t id,  in C2GoldfishHevcDec()1100         c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface,  in createInterface()
 
 |