| /hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
| D | VersionMacro.h | 33 #define CONCAT_3(a, b, c) a##b##c argument 34 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument 38 #define CONCAT_4(a, b, c, d) a##b##c##d argument 39 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
| /hardware/google/pixel/atrace/ |
| D | AtraceDevice.cpp | 69 for (auto &c : kTracingMap) { in listCategories() local 83 for (auto &c : categories) { in enableCategories() local 104 for (auto &c : kTracingMap) { in disableAllCategories() local
|
| /hardware/interfaces/atrace/1.0/default/ |
| D | AtraceDevice.cpp | 59 for (auto& c : kTracingMap) { in listCategories() local 73 for (auto& c : categories) { in enableCategories() local 94 for (auto& c : kTracingMap) { in disableAllCategories() local
|
| /hardware/interfaces/weaver/1.0/vts/functional/ |
| D | VtsHalWeaverV1_0TargetTest.cpp | 69 auto ret = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 92 auto ret = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 102 ret = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 120 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 223 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 246 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 282 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 303 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F() 324 const auto configRet = weaver->getConfig([&](WeaverStatus s, WeaverConfig c) { in TEST_F()
|
| /hardware/google/pixel/thermal/ |
| D | Thermal.cpp | 185 if (std::any_of(callbacks_.begin(), callbacks_.end(), [&](const CallbackSetting &c) { in registerThermalChangedCallback() 216 [&](const CallbackSetting &c) { in unregisterThermalChangedCallback() 246 [&](const CallbackSetting &c) { in sendThermalChangedCallback() 342 for (const auto &c : cooling_devices) { in debug() local 349 for (const auto &c : callbacks_) { in debug() local
|
| /hardware/qcom/msm8998/json-c/ |
| D | linkhash.c | 158 #define mix(a,b,c) \ argument 193 #define final(a,b,c) \ argument 234 uint32_t a,b,c; /* internal state */ in hashlittle() local 482 struct lh_entry *c; in lh_table_free() local
|
| /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
| D | TriStateTest.cpp | 59 tri_uint32_t c(b); in TEST() local 95 tri_int32_t c(2); in TEST() local
|
| /hardware/nxp/nfc/halimpl/utils/ |
| D | phNxpConfig.cpp | 154 inline bool isPrintable(char c) { in isPrintable() 168 inline bool isDigit(char c, int base) { in isDigit() 185 inline int getDigitValue(char c, int base) { in getDigitValue() 258 char c; in readConfig() local 349 unsigned char c = (numValue)&0xFF; in readConfig() local
|
| /hardware/interfaces/wifi/1.0/vts/functional/ |
| D | wifi_hidl_test_utils.h | 79 int c; in initFromOptions() local
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| D | bcmutils.h | 49 #define bcm_isalnum(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L|_BCM_D)) != 0) argument 50 #define bcm_isalpha(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L)) != 0) argument 51 #define bcm_iscntrl(c) ((bcm_ismask(c)&(_BCM_C)) != 0) argument 52 #define bcm_isdigit(c) ((bcm_ismask(c)&(_BCM_D)) != 0) argument 53 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0) argument 54 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) argument 55 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0) argument 56 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0) argument 57 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) argument 58 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) argument [all …]
|
| /hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
| D | supplicant_hidl_test_utils.h | 78 int c; in initFromOptions() local
|
| /hardware/interfaces/automotive/evs/1.0/vts/functional/ |
| D | FormatConvert.cpp | 93 for (unsigned c = 0; c < width; c++) { in copyNV21toRGB32() local 130 for (unsigned c = 0; c < width; c++) { in copyYV12toRGB32() local 148 for (unsigned c = 0; c < width/2; c++) { in copyYUYVtoRGB32() local
|
| /hardware/interfaces/thermal/2.0/default/ |
| D | Thermal.cpp | 169 if (std::any_of(callbacks_.begin(), callbacks_.end(), [&](const CallbackSetting& c) { in registerThermalChangedCallback() 200 [&](const CallbackSetting& c) { in unregisterThermalChangedCallback()
|
| /hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
| D | SensorsHidlTestBase.h | 60 for (auto c : mDirectChannelHandles) { in TearDown() local
|
| /hardware/google/apf/ |
| D | apf_interpreter.c | 38 #define ASSERT_RETURN(c) if (!(c)) return PASS_PACKET argument 42 #define ENFORCE_UNSIGNED(c) ((c)==(uint32_t)(c)) argument
|
| D | apf_disassembler.c | 25 #define ENFORCE_UNSIGNED(c) ((c)==(uint32_t)(c)) argument
|
| /hardware/qcom/sdm845/display/libhistogram/ |
| D | color_sampling_tool.cpp | 46 int c; in main() local
|
| /hardware/interfaces/health/1.0/default/ |
| D | convert.cpp | 44 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc) { in convertFromHealthConfig()
|
| /hardware/interfaces/tests/safeunion/1.0/default/ |
| D | SafeUnion.cpp | 56 Return<void> SafeUnion::setC(const LargeSafeUnion& myUnion, int32_t c, setC_cb _hidl_cb) { in setC() 205 …(const InterfaceTypeSafeUnion& myUnion, const sp<::android::hardware::tests::safeunion::V1_0::IOth… in setInterfaceC() 291 const hidl_vec<hidl_handle>& c, setHandleC_cb _hidl_cb) { in setHandleC()
|
| /hardware/interfaces/confirmationui/support/src/ |
| D | cbor.cpp | 93 char c = *begin << 1; in checkUTF8Copy() local
|
| /hardware/nxp/secure_element/ls_client/src/ |
| D | LsClient.cpp | 128 char c; in getLSScriptSourcePrefix() local 469 uint8_t datahex(char c) { in datahex()
|
| /hardware/interfaces/health/2.0/default/ |
| D | Health.cpp | 35 Health::Health(struct healthd_config* c) { in Health() 282 sp<IHealth> Health::initInstance(struct healthd_config* c) { in initInstance()
|
| /hardware/google/pixel/perfstatsd/ |
| D | main.cpp | 115 int c; in main() local
|
| /hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
| D | ml_math_func.h | 29 float c[5]; member
|
| /hardware/interfaces/tests/pointer/1.0/default/ |
| D | Graph.cpp | 45 Return<void> Graph::passAGamma(const IGraph::Gamma& c) { in passAGamma()
|