/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | ThreadChecker.h | 79 #define DECLARE_THREAD_CHECKER(c) gfxstream::guest::fit::ThreadChecker c argument 80 #define DCHECK_IS_THREAD_VALID(c) assert((c).isThreadValid()) argument 82 #define DECLARE_THREAD_CHECKER(c) argument 83 #define DCHECK_IS_THREAD_VALID(c) ((void)0) argument
|
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/ |
D | d3dadapter9.h | 62 #define ID3DAdapter9_CheckDeviceType(p,a,b,c,d) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d) argument 63 #define ID3DAdapter9_CheckDeviceFormat(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e) argument 64 #define ID3DAdapter9_CheckDeviceMultiSampleType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceMultiSampleTyp… argument 65 #define ID3DAdapter9_CheckDepthStencilMatch(p,a,b,c,d) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,… argument 66 #define ID3DAdapter9_CheckDeviceFormatConversion(p,a,b,c) (p)->lpVtbl->CheckDeviceFormatConversion(… argument 68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h) argument 69 #define ID3DAdapter9_CreateDeviceEx(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateDeviceEx(p,a,b,c,d,e,f,… argument
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | VersionMacro.h | 41 #define CONCAT_3(a, b, c) a##b##c argument 42 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument 48 #define CONCAT_4(a, b, c, d) a##b##c##d argument 49 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
/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
|
/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.cpp | 84 [&](const std::shared_ptr<IThermalChangedCallback>& c) { in registerThermalChangedCallback() 106 [&](const std::shared_ptr<IThermalChangedCallback>& c) { in registerThermalChangedCallbackWithType() 129 [&](const std::shared_ptr<IThermalChangedCallback>& c) { in unregisterThermalChangedCallback() 156 [&](const std::shared_ptr<ICoolingDeviceChangedCallback>& c) { in registerCoolingDeviceChangedCallbackWithType() 179 [&](const std::shared_ptr<ICoolingDeviceChangedCallback>& c) { in unregisterCoolingDeviceChangedCallback()
|
/hardware/google/gfxstream/guest/mesa/include/D3D9/ |
D | d3d9.h | 473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) argument 475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) argument 477 #define IDirect3D9_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) argument 478 #define IDirect3D9_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) argument 479 #define IDirect3D9_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleTyp… argument 480 #define IDirect3D9_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,… argument 481 #define IDirect3D9_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(… argument 482 #define IDirect3D9_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) argument 484 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f) argument 526 #define IDirect3D9Ex_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) argument [all …]
|
/hardware/interfaces/atrace/1.0/default/ |
D | AtraceDevice.cpp | 56 for (auto& c : kTracingMap) { in listCategories() local 83 for (auto& c : categories) { in enableCategories() local 107 for (auto& c : kTracingMap) { in disableAllCategories() local
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | A2dpOffloadCodecFactory.cpp | 53 [&](auto c) { return id == c->info.id; }); in GetCodec() 67 [&](auto c) { return hint.codecId == c->info.id; }); in GetConfiguration() 73 [&](auto c) { return c != *hinted_codec; }); in GetConfiguration()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/fuzzer/ |
D | fuzzer.cpp | 109 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncNotifyWakeupRequiredRaw() 123 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncScheduleTaskRaw() 137 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncUnscheduleTaskRaw() 151 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncUnscheduleAllTasksRaw() 165 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncIsTaskScheduledRaw() 181 [[maybe_unused]] CompletionQueue* c) { in PrepareAsyncGetAllPendingScheduledTasksRaw()
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix_simd.inl | 64 …wp> outerProduct<float, aligned_lowp, tvec4, tvec4>(tvec4<float, aligned_lowp> const & c, tvec4<fl… 72 …uterProduct<float, aligned_mediump, tvec4, tvec4>(tvec4<float, aligned_mediump> const & c, tvec4<f… 80 …> outerProduct<float, aligned_highp, tvec4, tvec4>(tvec4<float, aligned_highp> const & c, tvec4<fl…
|
D | type_vec4_simd.inl | 430 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c,… 435 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float a, float b, float c, float d) : 440 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float a, float b, float c… 446 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 452 …IFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) : 458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 a, int32 b, int32 c… 464 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 470 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) : 476 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(int32 a, int32 b, int32 c…
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLSnapshotSerializers.h | 20 void loadContainer(android::base::Stream* stream, Container& c) { in loadContainer() 39 void saveContainer(android::base::Stream* stream, const Container& c) { in saveContainer()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xthreads.h | 185 # define xcondition_init(c) tis_cond_init(c) argument 186 # define xcondition_clear(c) tis_cond_destroy(c) argument 187 # define xcondition_wait(c,m) tis_cond_wait(c,m) argument 188 # define xcondition_signal(c) tis_cond_signal(c) argument 189 # define xcondition_broadcast(c) tis_cond_broadcast(c) argument 216 # define xcondition_init(c) cond_init(c, 0, 0) argument 217 # define xcondition_clear(c) cond_destroy(c) argument 218 # define xcondition_wait(c,m) cond_wait(c,m) argument 219 # define xcondition_signal(c) cond_signal(c) argument 220 # define xcondition_broadcast(c) cond_broadcast(c) argument [all …]
|
D | Xos.h | 67 # define index(s,c) (strchr((s),(c))) argument 70 # define rindex(s,c) (strrchr((s),(c))) argument
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | string_buffer.h | 61 _mesa_string_buffer_append_char(struct _mesa_string_buffer *str, char c) in _mesa_string_buffer_append_char() 67 _mesa_string_buffer_append(struct _mesa_string_buffer *str, const char *c) in _mesa_string_buffer_append()
|
D | simple_mtx.h | 104 uint32_t c; in simple_mtx_lock() local 125 uint32_t c; in simple_mtx_unlock() local
|
D | register_allocate.c | 206 int c; in ra_make_reg_conflicts_transitive() local 246 struct ra_class *c = ra_alloc_reg_class(regs); in ra_alloc_contig_reg_class() local 261 ra_class_index(struct ra_class *c) in ra_class_index() 280 reg_belongs_to_class(unsigned int r, struct ra_class *c) in reg_belongs_to_class() 294 unsigned int b, c; in ra_set_finalize() local 382 for (int c = 0; c < regs->class_count; c++) in ra_set_finalize() local 414 for (unsigned int c = 0; c < regs->class_count; c++) { in ra_set_serialize() local 453 for (unsigned int c = 0; c < class_count; c++) { in ra_set_deserialize() local 858 struct ra_class *c = g->regs->classes[g->nodes[n].class]; in ra_compute_available_regs() local 911 struct ra_class *c = g->regs->classes[g->nodes[n].class]; in ra_select() local
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | set_test.cpp | 86 const void *c = (const void *)30; in TEST() local 117 const void *c = (const void *)30; in TEST() local 154 int a = 10, b = 20, c = 20, d = 30; in TEST() local
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | associated_min_max.inl | 58 T z, U c 70 vecType<T, P> const & z, vecType<U, P> const & c 85 T z, U c, 103 vecType<T, P> const & z, vecType<U, P> const & c, 125 T z, vecType<U, P> const & c, 148 vecType<T, P> const & z, U c, 219 T z, U c 232 vecType<T, P> const & z, vecType<U, P> const & c 247 T z, vecType<U, P> const & c 262 vecType<T, P> const & z, U c [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() 790 for (const auto &c : cooling_devices) { in dumpThermalData() local 798 for (const auto &c : callbacks_) { in dumpThermalData() local
|
/hardware/google/apf/ |
D | apf_utils.h | 10 static u8 uppercase(u8 c) { in uppercase()
|
/hardware/nxp/keymint/transport/ |
D | EseTransportUtils.cpp | 27 …for (uint8_t c : vec) os <<std::setfill('0')<<std::hex<< std::uppercase << std::setw(2)<<(0xFF & c… in operator <<() local
|
/hardware/google/apf/v7/ |
D | apf_utils.h | 10 static u8 uppercase(u8 c) { in uppercase()
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | Lookup.h | 152 bool contains(const T& c, const typename T::key_type& key) { in contains() 160 bool containsAnyOf(const T& c, in containsAnyOf()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | Lookup.h | 149 bool contains(const T& c, const typename T::key_type& key) { in contains() 157 bool containsAnyOf(const T& c, in containsAnyOf()
|