/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | utils.h | 34 auto erase_all(C& c, const V& keys) { in erase_all() 44 auto erase_if(C& c, P pred) { in erase_if() 58 auto erase_all_values(C& c, const V& values) { in erase_all_values() 66 if (size_t c = m.count(k); c != 0) return c; in count_any() local 93 T& e = v[i]; variable
|
/hardware/google/pixel/power-libperfmgr/aidl/tests/ |
D | PhysicalQuantityTypeTest.cpp | 44 Cycles c(8); in TEST() local 46 Cycles e(8); in TEST() local
|
/hardware/ril/libril/ |
D | ril_service.cpp | 55 #define CALL_ONREQUEST(a, b, c, d, e) \ argument 59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument 2911 RIL_Errno e) { in populateResponseInfo() 2924 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 2943 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 2959 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 3009 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() 3031 int responseType, int serial, RIL_Errno e, in supplyIccPukForAppResponse() 3052 int responseType, int serial, RIL_Errno e, in supplyIccPin2ForAppResponse() 3073 int responseType, int serial, RIL_Errno e, in supplyIccPuk2ForAppResponse() [all …]
|
D | ril.cpp | 174 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument 176 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument 589 RIL_onRequestComplete(RIL_Token t, RIL_Errno e, void *response, size_t responselen) { in RIL_onRequestComplete() 897 failCauseToString(RIL_Errno e) { in failCauseToString()
|
/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() 76 Return<void> SafeUnion::setE(const LargeSafeUnion& myUnion, const hidl_array<int8_t, 13>& e, setE_c… in setE() 206 const sp<::android::hidl::base::V1_0::IBase>& c, in setInterfaceC() 229 const hidl_vec<hidl_string>& e, setInterfaceE_cb _hidl_cb) { in setInterfaceE() 293 const hidl_vec<hidl_handle>& c, setHandleC_cb _hidl_cb) { in setHandleC()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XKBsrv.h | 108 #define XkbSetCauseKey(c,k,e) { (c)->kc= (k),(c)->event= (e),\ argument 111 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\ argument 114 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl) argument 115 #define XkbSetCauseXkbReq(c,e,cl) XkbSetCauseReq(c,XkbReqCode,e,cl) argument 116 #define XkbSetCauseUnknown(c) XkbSetCauseKey(c,0,0) argument 224 #define _XkbWantsDetectableAutoRepeat(c)\ argument 304 #define _XkbLibError(c,l,d) \ argument 307 #define _XkbErrCode3(a,b,c) _XkbErrCode2(a,(((unsigned int)(b))<<16)|(c)) argument 308 #define _XkbErrCode4(a,b,c,d) _XkbErrCode3(a,b,((((unsigned int)(c))<<8)|(d))) argument 321 #define _XkbCoreKeycodeInRange(c,k) (((k)>=(c)->curKeySyms.minKeyCode)&&\ argument [all …]
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 150 [&](const CallbackSetting &c) { in unregisterThermalChangedCallback() 180 if (std::any_of(callbacks_.begin(), callbacks_.end(), [&](const CallbackSetting &c) { in registerThermalChangedCallback() 186 auto c = callbacks_.emplace_back(callback, filterType, type); in registerThermalChangedCallback() local 228 [&](const CallbackSetting &c) { in sendThermalChangedCallback() 259 [&](const CoolingDeviceCallbackSetting &c) { in registerCoolingDeviceChangedCallbackWithType() 287 [&](const CoolingDeviceCallbackSetting &c) { in unregisterCoolingDeviceChangedCallback() 799 for (const auto &c : cooling_devices) { in dumpThermalData() local 807 for (const auto &c : callbacks_) { in dumpThermalData() local 886 void Thermal::Looper::addEvent(const Thermal::Looper::Event &e) { in addEvent()
|
/hardware/interfaces/health/utils/libhealthloop/ |
D | filterPowerSupplyEventsTest.cpp | 28 #define ASSERT_UNIX_OK(e) ASSERT_GE(e, 0) << strerror(errno) argument 51 for (auto c : td.str) { in operator <<() local
|
/hardware/google/pixel/usb/ |
D | UsbDataSessionMonitor.cpp | 192 int c = 'q'; in ~UsbDataSessionMonitor() local 310 for (auto e : newWarningSet) { in evaluateComplianceWarning() 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/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 229 vmask c = abs(x) > vfloat(1.0f); in atan() local 275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3() 362 vfloat4 e = int_to_float(lsr<23>(i & exp) - 127); in log2() local
|
D | tinyexr.h | 2418 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument 2445 #define TINFL_GET_BYTE(state_index, c) \ argument 4125 mz_uint8 c = *pSrc++; in tdefl_compress_normal() local 4137 mz_uint8 c = *pSrc++; in tdefl_compress_normal() local 4169 mz_uint8 c = d->m_dict[(cur_pos - 1) & TDEFL_LZ_DICT_SIZE_MASK]; in tdefl_compress_normal() local 4514 mz_uint32 c; in tdefl_write_image_to_png_file_in_memory_ex() local 4722 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) argument 7483 for (size_t c = 0; c < channels.size(); c++) { in WriteChannelInfo() local 7491 for (size_t c = 0; c < channels.size(); c++) { in WriteChannelInfo() local 8295 inline void outputBits(int nBits, long long bits, long long &c, int &lc, in outputBits() [all …]
|
D | wuffs-v0.3.c | 3648 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__is_valid() 3658 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__as__color_u16_rgb_565() 3678 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3696 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3741 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__as__color_u32_argb_nonpremul() 3782 wuffs_base__color_u32_argb_premul c) { in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() 3805 wuffs_base__color_u32__as__color_u64(uint32_t c) { in wuffs_base__color_u32__as__color_u64() 3814 wuffs_base__color_u64__as__color_u32(uint64_t c) { in wuffs_base__color_u64__as__color_u32() 4161 wuffs_base__pixel_config__set(wuffs_base__pixel_config* c, in wuffs_base__pixel_config__set() 4188 wuffs_base__pixel_config__invalidate(wuffs_base__pixel_config* c) { in wuffs_base__pixel_config__invalidate() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1390 char line[256], *s, *e; in read_vars() local 3074 char *c; in dhd_atoip() local 3089 char *c; in dhd_ether_atoe() local
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_wgl.cpp | 616 static HGLRC from(const EglOS::Context* c) { in from() 1333 static WinEngine* e = new WinEngine; in sHostEngine() local
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 209 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 210 #define RIL_onUnsolicitedResponse(a,b,c) s_rilenv->OnUnsolicitedResponse(a,b,c) argument 211 #define RIL_requestTimedCallback(a,b,c) s_rilenv->RequestTimedCallback(a,b,c) argument 2445 char c = ((char *)data)[0]; local
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 141 return std::find_if(v.begin(), v.end(), [&](const auto& e) { return e.id == id; }); in findById() 146 return std::find_if(v.begin(), v.end(), [&](const auto& e) { return ids.count(e.id) > 0; }); in findAny() 980 auto helper = [&](size_t c, auto&& h) -> Node { in makeNodes() 2019 for (const auto& c : portConfigsBefore) { in TEST_P() local 2024 for (const auto& c : portConfigsBefore) { in TEST_P() local
|