HomeSort by relevance Sort by last modified time
    Searched refs:CreateInstance (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /system/weaved/buffet/
stub_bluetooth_client.cc 21 std::unique_ptr<BluetoothClient> BluetoothClient::CreateInstance() {
stub_mdns_client.cc 21 std::unique_ptr<MdnsClient> MdnsClient::CreateInstance() {
bluetooth_client.h 32 static std::unique_ptr<BluetoothClient> CreateInstance();
mdns_client.h 42 static std::unique_ptr<MdnsClient> CreateInstance();
flouride_socket_bluetooth_client.cc 28 std::unique_ptr<BluetoothClient> BluetoothClient::CreateInstance() {
  /system/update_engine/client_library/
client.cc 31 unique_ptr<UpdateEngineClient> UpdateEngineClient::CreateInstance() {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
ssrc_database.h 37 static SSRCDatabase* CreateInstance() { return new SSRCDatabase(); }
  /frameworks/native/vulkan/include/hardware/
hwvulkan.h 65 PFN_vkCreateInstance CreateInstance;
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h 53 static UdpSocketManager* CreateInstance();
udp_socket_manager_wrapper.cc 25 UdpSocketManager* UdpSocketManager::CreateInstance()
  /frameworks/native/vulkan/libvulkan/
stubhal.cpp 65 VKAPI_ATTR VkResult CreateInstance(const VkInstanceCreateInfo* /*create_info*/,
101 return reinterpret_cast<PFN_vkVoidFunction>(CreateInstance);
129 .CreateInstance = CreateInstance,
api.h 28 VKAPI_ATTR VkResult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);
  /external/curl/src/macos/src/
curl_GUSIConfig.cpp 72 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Mon Oct 29 15:41:51 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->C (…)
  /external/libxml2/macos/src/
libxml2_GUSIConfig.cp 72 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->C (…)
  /system/update_engine/client_library/include/update_engine/
client.h 31 static std::unique_ptr<UpdateEngineClient> CreateInstance();
119 // Use CreateInstance().
  /external/webrtc/webrtc/system_wrappers/include/
static_instance.h 70 instance = T::CreateInstance();
129 T* new_instance = T::CreateInstance();
  /hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h 106 OMX_ERRORTYPE CreateInstance(OMX_PTR *instance) {\
115 struct wrs_omxil_cmodule_ops_s gOps = {CreateInstance};\
  /system/extras/simpleperf/
record_file_test.cpp 55 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path);
79 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path);
103 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path);
126 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path);
139 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path);
151 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path);
record_file.h 42 static std::unique_ptr<RecordFileWriter> CreateInstance(const std::string& filename);
94 static std::unique_ptr<RecordFileReader> CreateInstance(const std::string& filename);
cmd_record_test.cpp 82 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path);
102 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path);
  /external/drm_hwcomposer/
platformdrmgeneric.cpp 37 Importer *Importer::CreateInstance(DrmResources *drm) {
147 std::unique_ptr<Planner> Planner::CreateInstance(DrmResources *) {
drmcompositor.cpp 46 planner_ = Planner::CreateInstance(drm_);
platform.h 39 static Importer *CreateInstance(DrmResources *drm);
111 static std::unique_ptr<Planner> CreateInstance(DrmResources *drm);
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 79 static AudioEqualizer * CreateInstance(void * pMem, int nBands,
102 // a NULL pointer was passed to CreateInstance as pMem.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 82 HRESULT hr = CreateInstance(clsid,pOuter,dwClsContext);
86 HRESULT hr = CreateInstance(str,pOuter,dwClsContext);
90 HRESULT hr = CreateInstance(str,pOuter,dwClsContext);
198 HRESULT CreateInstance(const CLSID &rclsid,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) throw() {
213 HRESULT CreateInstance(LPCWSTR clsidString,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) throw() {
220 return CreateInstance(clsid,pOuter,dwClsContext);
222 HRESULT CreateInstance(LPCSTR clsidStringA,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) throw() {
234 HRESULT hr=CreateInstance(clsidStringW,pOuter,dwClsContext);

Completed in 410 milliseconds

1 2 3 4