/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 220 auto name = std::get<0>(param); in TEST_P() local 230 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | DeviceManager.h | 25 sp<Interface> getExisting(const Key& name) { in getExisting() 30 sp<Interface> get(const Key& name) { in get() 39 bool reset(const Key& name, bool waitForDestruction) __attribute__((warn_unused_result)) { in reset() 73 static sp<IDevicesFactory> createInterfaceInstance(const std::string& name) { in createInterfaceInstance() 94 sp<IDevice> get(const std::string& factoryName, const std::string& name) { in get() 101 bool reset(const std::string& factoryName, const std::string& name) in reset() 122 static sp<IDevice> openDevice(const sp<IDevicesFactory>& factory, const std::string& name) { in openDevice()
|
/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.cpp | 63 const char* name) in getMsgTask() 72 const char* name) in getMsgTask() 81 const char* name) in getLocFgContext() 92 const char* name) in getLocFgContext() 104 const char* name) in getLocBgContext() 115 const char* name) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/msm8960/core/ |
D | LocDualContext.cpp | 63 const char* name) in getMsgTask() 72 const char* name) in getMsgTask() 81 const char* name) in getLocFgContext() 92 const char* name) in getLocFgContext() 104 const char* name) in getLocBgContext() 115 const char* name) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/msm8084/core/ |
D | LocDualContext.cpp | 65 const char* name) in getMsgTask() 74 const char* name) in getMsgTask() 85 const char* name) in getLocFgContext() 100 const char* name) in getLocFgContext() 117 const char* name) in getLocBgContext() 133 const char* name) in getLocBgContext()
|
/hardware/qcom/gps/msm8084/core/ |
D | LocDualContext.cpp | 65 const char* name) in getMsgTask() 74 const char* name) in getMsgTask() 85 const char* name) in getLocFgContext() 100 const char* name) in getLocFgContext() 117 const char* name) in getLocBgContext() 133 const char* name) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | LocDualContext.cpp | 67 const char* name) in getMsgTask() 76 const char* name) in getMsgTask() 87 const char* name) in getLocFgContext() 107 const char* name) in getLocFgContext() 127 const char* name) in getLocBgContext() 147 const char* name) in getLocBgContext()
|
/hardware/qcom/gps/msm8994/core/ |
D | LocDualContext.cpp | 67 const char* name) in getMsgTask() 76 const char* name) in getMsgTask() 87 const char* name) in getLocFgContext() 107 const char* name) in getLocFgContext() 127 const char* name) in getLocBgContext() 147 const char* name) in getLocBgContext()
|
/hardware/qcom/gps/core/ |
D | LocDualContext.cpp | 67 const char* name) in getMsgTask() 76 const char* name) in getMsgTask() 87 const char* name) in getLocFgContext() 107 const char* name) in getLocFgContext() 127 const char* name) in getLocBgContext() 147 const char* name) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/core/ |
D | LocDualContext.cpp | 67 const char* name) in getMsgTask() 76 const char* name) in getMsgTask() 87 const char* name) in getLocFgContext() 107 const char* name) in getLocFgContext() 127 const char* name) in getLocBgContext() 147 const char* name) in getLocBgContext()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraTrace.h | 55 #define KPI_ATRACE_BEGIN(name) ({\ argument 67 #define KPI_ATRACE_INT(name,val) ({\ argument 81 #define ATRACE_BEGIN_DBG(name) ({\ argument 93 #define ATRACE_INT_DBG(name,val) ({\ argument 217 #define KPI_ATRACE_CAMSCOPE_INT(name, camscope_name, counter) ({\ argument 249 #define KPI_ATRACE_NAME(name) qcamera::ScopedTraceKpi ___tracer(ATRACE_TAG, name) argument 250 #define ATRACE_NAME(name) qcamera::ScopedTraceDbg ___tracer(ATRACE_TAG, name) argument 258 inline ScopedTraceKpi(uint64_t tag, const char *name) in ScopedTraceKpi() 277 inline ScopedTraceDbg(uint64_t tag, const char *name) in ScopedTraceDbg()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | ml_sysfs_helper.c | 65 int find_type_by_name(const char *name, const char *type) in find_type_by_name() 120 static int parsing_proc_input(int mode, char *name){ in parsing_proc_input() 425 inv_error_t inv_get_sysfs_path(char *name) in inv_get_sysfs_path() 433 inv_error_t inv_get_sysfs_abs_path(char *name) in inv_get_sysfs_abs_path() 447 inv_error_t inv_get_dmpfile(char *name) in inv_get_dmpfile() 462 inv_error_t inv_get_chip_name(char *name) in inv_get_chip_name() 478 inv_error_t inv_get_handler_number(const char *name, int *num) in inv_get_handler_number() 496 inv_error_t inv_get_input_number(const char *name, int *num) in inv_get_input_number() 513 inv_error_t inv_get_iio_trigger_path(const char *name) in inv_get_iio_trigger_path() 528 inv_error_t inv_get_iio_device_node(const char *name) in inv_get_iio_device_node()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | ml_sysfs_helper.c | 57 int find_type_by_name(const char *name, const char *type) in find_type_by_name() 112 static int parsing_proc_input(int mode, char *name){ in parsing_proc_input() 417 inv_error_t inv_get_sysfs_path(char *name) in inv_get_sysfs_path() 425 inv_error_t inv_get_sysfs_abs_path(char *name) in inv_get_sysfs_abs_path() 439 inv_error_t inv_get_dmpfile(char *name) in inv_get_dmpfile() 454 inv_error_t inv_get_chip_name(char *name) in inv_get_chip_name() 470 inv_error_t inv_get_handler_number(const char *name, int *num) in inv_get_handler_number() 488 inv_error_t inv_get_input_number(const char *name, int *num) in inv_get_input_number() 505 inv_error_t inv_get_iio_trigger_path(const char *name) in inv_get_iio_trigger_path() 520 inv_error_t inv_get_iio_device_node(const char *name) in inv_get_iio_device_node()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | ParametersUtil.cpp | 48 Result ParametersUtil::getParam(const char* name, bool* value) { in getParam() 61 Result ParametersUtil::getParam(const char* name, int* value) { in getParam() 69 Result ParametersUtil::getParam(const char* name, String8* value, AudioParameter context) { in getParam() 117 Result ParametersUtil::setParam(const char* name, const char* value) { in setParam() 123 Result ParametersUtil::setParam(const char* name, bool value) { in setParam() 129 Result ParametersUtil::setParam(const char* name, int value) { in setParam() 135 Result ParametersUtil::setParam(const char* name, float value) { in setParam() 152 Result ParametersUtil::setParam(const char* name, const DeviceAddress& address) { in setParam()
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 62 auto name = std::filesystem::path(n); in SetUp() local 73 auto name = std::filesystem::path(n); in SetUp() local 91 void expectContent(const std::string &name, const T &value) { in expectContent() 97 void updateContent(const std::string &name, const T &value) { in updateContent() 102 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 134 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 167 auto name = std::get<0>(param); in TEST_P() local 180 auto name = std::get<0>(param); in TEST_P() local 210 auto name = std::get<0>(param); in TEST_P() local 242 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | ALSAControl.cpp | 54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) in get() 71 status_t ALSAControl::set(const char *name, unsigned int value, int index) in set() 91 status_t ALSAControl::set(const char *name, const char *value) in set() 111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 171 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() 416 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() argument 442 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() 468 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() argument 489 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() argument 636 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 648 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 660 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) { in GetStrValue() 684 extern "C" int GetByteArrayValue(const char* name, char* pValue, long bufflen, in GetByteArrayValue() 699 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) { in GetNumValue()
|
/hardware/interfaces/media/1.0/xml/ |
D | media_profiles.dtd | 30 <!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED> attribute 32 <!ATTLIST VideoEncoderCap name (hevc|h264|h263|m4v|wmv) #REQUIRED> attribute 43 <!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|heaac|aaceld) #REQUIRED> attribute 52 <!ATTLIST VideoDecoderCap name (wmv) #REQUIRED> attribute 55 <!ATTLIST AudioDecoderCap name (wma) #REQUIRED> attribute
|
/hardware/qcom/gps/msm8909/core/ |
D | LocDualContext.cpp | 67 const char* name, bool joinable) in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 81 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 106 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/msm8996/core/ |
D | LocDualContext.cpp | 67 const char* name, bool joinable) in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 81 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 106 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/qcom/gps/msm8996/core/ |
D | LocDualContext.cpp | 67 const char* name, bool joinable) in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 81 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 106 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | LocDualContext.cpp | 69 const char* name, bool joinable) in getMsgTask() 78 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 83 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 103 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/qcom/sdm845/gps/msm8909/core/ |
D | LocDualContext.cpp | 67 const char* name, bool joinable) in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 81 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 106 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocDualContext.cpp | 70 const char* name, bool joinable) in getMsgTask() 79 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 84 LocMsg* firstMsg, const char* name, bool joinable) in getLocFgContext() 109 LocMsg* firstMsg, const char* name, bool joinable) in getLocBgContext()
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanControllerV1_0TargetTest.cpp | 136 const std::string name = mBusNames[0]; in TEST_P() local 154 const std::string name = mBusNames[0]; in TEST_P() local 232 const std::string name = ""; in TEST_P() local 243 const std::string name = "ab012345678901234567890123456789c"; in TEST_P() local 253 const std::string name = mBusNames[0]; in TEST_P() local 263 const std::string name = mBusNames[0]; in TEST_P() local 278 const std::string name = mBusNames[0]; in TEST_P() local
|