HomeSort by relevance Sort by last modified time
    Searched defs:IPACM_Config (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Config.cpp 31 IPACM_Config.cpp
40 #include <IPACM_Config.h>
46 IPACM_Config *IPACM_Config::pInstance = NULL;
47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa";
48 const char *IPACM_Config::DEVICE_NAME_ODU = "/dev/odu_ipa_bridge";
113 IPACM_Config::IPACM_Config()
153 IPACMDBG_H(" create IPACM_Config constructor\n");
157 int IPACM_Config::Init(void
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Config.h 31 IPACM_Config.h
75 class IPACM_Config
149 static IPACM_Config* GetInstance();
350 static IPACM_Config *pInstance;
352 IPACM_Config(void);
359 #endif /* IPACM_CONFIG */

Completed in 77 milliseconds