/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | EGLDispatch.cpp | 26 #define EGL_LOAD_FIELD(return_type, function_name, signature, callargs) \ argument 29 #define EGL_LOAD_FIELD_WITH_EGL(return_type, function_name, signature, callargs) \ argument 33 #define EGL_LOAD_OPTIONAL_FIELD(return_type, function_name, signature, callargs) \ argument 37 EGL_LOAD_FIELD(return_type, function_name, signature, callargs)
|
D | EGLDispatch.h | 25 #define EGL_DEFINE_TYPE(return_type, function_name, signature, callargs) \ argument 26 typedef return_type(EGLAPIENTRY* function_name##_t) signature; 28 #define EGL_DECLARE_MEMBER(return_type, function_name, signature, callargs) \ argument
|
D | GLESv1Dispatch.h | 23 #define GLES1_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument 24 typedef return_type(KHRONOS_APIENTRY* func_name##_t) signature; 26 #define GLES1_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
|
D | GLESv3Dispatch.h | 24 #define GLES3_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument 25 typedef return_type(KHRONOS_APIENTRY* func_name##_t) signature; 27 #define GLES3_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
|
D | GLESv3Dispatch.cpp | 27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
|
D | GLESv1Dispatch.cpp | 27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | soft_gatekeeper.h | 72 virtual void ComputePasswordSignature(uint8_t* signature, uint32_t signature_length, in ComputePasswordSignature() argument 75 if (signature == NULL) return; in ComputePasswordSignature() 77 r, p, signature, signature_length); in ComputePasswordSignature() 85 virtual void ComputeSignature(uint8_t* signature, uint32_t signature_length, const uint8_t*, in ComputeSignature() argument 87 if (signature == NULL) return; in ComputeSignature() 88 memset(signature, 0, signature_length); in ComputeSignature()
|
D | hmac_serializable.cpp | 85 keymaster::UniquePtr<uint8_t[]> signature; in Deserialize() local 88 buf_ptr, end, &signature_size, &signature); in Deserialize() 118 if (memcmp(signature.get(), hmac_check->buffer, digest_size_) != 0) { in Deserialize()
|
/device/generic/goldfish/camera/ |
D | JpegCompressor.cpp | 33 static void* getSymbol(void* dl, const char* signature) { in getSymbol() argument 34 void* res = dlsym(dl, signature); in getSymbol()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | JpegCompressor.cpp | 33 static void* getSymbol(void* dl, const char* signature) { in getSymbol() argument 34 void* res = dlsym(dl, signature); in getSymbol()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster4_device.cpp | 570 const hidl_vec<uint8_t>& signature, in finish() argument 579 request.signature.Reinitialize(signature.data(), signature.size()); in finish()
|
D | remote_keymaster4_device.h | 95 const hidl_vec<uint8_t>& input, const hidl_vec<uint8_t>& signature,
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 70 std::uint8_t signature[8]; member 231 .signature = {'E', 'F', 'I', ' ', 'P', 'A', 'R', 'T'}, in Beginning()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 318 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles1.function_name; argument
|
D | GLESv3.cpp | 539 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles3.function_name; argument
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 1 …signatureservreg_locator.c:ADSP:service_name NULLservreg_locator.c:ADSP:QMI send error: %d…
|
D | adsp.b13 | 20 … and/or service nameservreg_monitor.c:ADSP:sr_mon_handle has invalid signatureservreg_monitor…
|