Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DThreadChecker.h79 #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/
Dd3dadapter9.h62 #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/
DVersionMacro.h41 #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/
Dutils.h34 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/
DThermal.cpp84 [&](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/
Dd3d9.h473 #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/
DAtraceDevice.cpp56 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/
DA2dpOffloadCodecFactory.cpp53 [&](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/
Dfuzzer.cpp109 [[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/
Dfunc_matrix_simd.inl64 …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…
Dtype_vec4_simd.inl430 …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/
DGLSnapshotSerializers.h20 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/
DXthreads.h185 # 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 …]
DXos.h67 # define index(s,c) (strchr((s),(c))) argument
70 # define rindex(s,c) (strrchr((s),(c))) argument
/hardware/google/gfxstream/guest/mesa/src/util/
Dstring_buffer.h61 _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()
Dsimple_mtx.h104 uint32_t c; in simple_mtx_lock() local
125 uint32_t c; in simple_mtx_unlock() local
Dregister_allocate.c206 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/
Dset_test.cpp86 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/
Dassociated_min_max.inl58 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/
DThermal.cpp150 [&](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/
Dapf_utils.h10 static u8 uppercase(u8 c) { in uppercase()
/hardware/nxp/keymint/transport/
DEseTransportUtils.cpp27 …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/
Dapf_utils.h10 static u8 uppercase(u8 c) { in uppercase()
/hardware/google/aemu/base/include/aemu/base/containers/
DLookup.h152 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/
DLookup.h149 bool contains(const T& c, const typename T::key_type& key) { in contains()
157 bool containsAnyOf(const T& c, in containsAnyOf()

12345678910>>...12