| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ |
| D | command_printer_test.py | 32 def get_printer(self, hex_data: str, timestamp_ms=0): argument 40 def test_raises_if_not_all_bytes_decoded(self): argument 47 def test_decode_int(self): argument 54 def test_decode_optional_int(self): argument 61 def test_decode_missing_int(self): argument 68 def test_decode_optional_repeated_int(self): argument 74 def test_decode_float(self): argument 80 def test_decode_repeated_float(self): argument 86 def test_decode_null_terminated_string(self): argument 92 def test_decode_fixed_size_string(self): argument [all …]
|
| D | command_printer.py | 29 def __init__(self, opcode: int, original_size: int, data: bytes, timestamp: int, argument 39 def print_cmd(self): argument 67 def check_no_more_bytes(self): argument 77 def cmd_name(self) -> str: argument 81 def print_raw(self): argument 93 def read_bytes(self, size: int): argument 99 def read_int(self, size: int, signed: bool = False, big_endian: bool = False) -> int: argument 105 def read_float(self) -> float: argument 109 def write(self, msg: str, indent: int): argument 115 def write_int(self, argument [all …]
|
| D | print_gfx_logs_test.py | 68 def test_single_command(self): argument 91 def test_multiple_commands(self): argument 113 def test_multiple_streams(self): argument
|
| /device/google/trout/tools/tracing/tooling/ |
| D | tracing_agent.py | 96 def __init__(self, name='TracingAgent'): argument 104 def startTracing(self): argument 110 def copyTracingFile(self): argument 116 def parseTracingFile(self): argument 119 def verbose_print(self, str): argument 123 def run(self): argument 138 def start(self): argument 141 def join(self): argument 152 def __init__(self, args): argument 181 def clientExecuteCmd(self, cmd_str): argument [all …]
|
| D | calculate_time_offset.py | 42 def __init__(self, clock_name, mode): argument 49 def GetTime(self): argument 52 def ParseTime(self, time_str): argument 67 def TraceTime(self, ts_str): argument 79 def __init__(self, host_username, host_ip, clock_name, mode): argument 87 def GetTime(self): argument 91 def ParseTime(self, time_str): argument 95 def TraceTime(self): argument 101 def __init__(self, guest_serial, clock_name, mode): argument 107 def GetTime(self): argument [all …]
|
| /device/google/trout/tools/ |
| D | bpttool | 226 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument 298 def __init__(self, image_filename): argument 310 def _read_header(self): argument 431 def _update_chunks_and_blocks(self): argument 444 def append_dont_care(self, num_bytes): argument 475 def append_raw(self, data): argument 505 def append_fill(self, fill_data, size): argument 537 def seek(self, offset): argument 545 def read(self, size): argument 597 def tell(self): argument [all …]
|
| /device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/ |
| D | GLESv2Decoder.cpp | 294 int GLESv2Decoder::s_glFinishRoundTrip(void *self) in s_glFinishRoundTrip() 301 void GLESv2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) in s_glGetCompressedTextureFormats() 314 void GLESv2Decoder::s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum type, in s_glVertexAttribPointerData() 332 void GLESv2Decoder::s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLenum type, in s_glVertexAttribPointerOffset() 340 void GLESv2Decoder::s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void … in s_glDrawElementsData() 347 void GLESv2Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLu… in s_glDrawElementsOffset() 353 void GLESv2Decoder::s_glDrawElementsDataNullAEMU(void *self, GLenum mode, GLsizei count, GLenum typ… in s_glDrawElementsDataNullAEMU() 360 void GLESv2Decoder::s_glDrawElementsOffsetNullAEMU(void *self, GLenum mode, GLsizei count, GLenum t… in s_glDrawElementsOffsetNullAEMU() 366 void GLESv2Decoder::s_glMapBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr l… in s_glMapBufferRangeAEMU() 389 void GLESv2Decoder::s_glUnmapBufferAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr leng… in s_glUnmapBufferAEMU() [all …]
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 483 GLenum GL2Encoder::s_glGetError(void * self) in s_glGetError() 605 void GL2Encoder::s_glFlush(void *self) in s_glFlush() 612 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name) in s_glGetString() 641 void GL2Encoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei() 650 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 676 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData() 694 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData() 708 void GL2Encoder::s_glGenBuffers(void* self, GLsizei n, GLuint* buffers) { in s_glGenBuffers() 717 void GL2Encoder::s_glDeleteBuffers(void * self, GLsizei n, const GLuint * buffers) in s_glDeleteBuffers() 734 void GL2Encoder::s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolea… in s_glVertexAttribPointer() [all …]
|
| D | GL2EncoderUtils.cpp | 25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize() 32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D() 39 GLenum uniformType(void * self, GLuint program, GLint location) in uniformType() 46 size_t clearBufferNumElts(void* self, GLenum buffer) { in clearBufferNumElts() 52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) { in numActiveUniformsInUniformBlock() 58 size_t glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname)… in glActiveUniformBlockivParamSize()
|
| D | gl2_enc.cpp | 26 void glActiveTexture_enc(void *self , GLenum texture) in glActiveTexture_enc() 53 void glAttachShader_enc(void *self , GLuint program, GLuint shader) in glAttachShader_enc() 81 void glBindAttribLocation_enc(void *self , GLuint program, GLuint index, const GLchar* name) in glBindAttribLocation_enc() 112 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 140 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer) in glBindFramebuffer_enc() 168 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer) in glBindRenderbuffer_enc() 196 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 224 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc() 254 void glBlendEquation_enc(void *self , GLenum mode) in glBlendEquation_enc() 281 void glBlendEquationSeparate_enc(void *self , GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate_enc() [all …]
|
| /device/generic/goldfish-opengl/system/GLESv1_enc/ |
| D | GLEncoder.cpp | 44 GLenum GLEncoder::s_glGetError(void * self) in s_glGetError() 71 void GLEncoder::s_glGetIntegerv(void *self, GLenum param, GLint *ptr) in s_glGetIntegerv() 114 void GLEncoder::s_glGetFloatv(void *self, GLenum param, GLfloat *ptr) in s_glGetFloatv() 153 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv() 192 void GLEncoder::s_glGetBooleanv(void *self, GLenum param, GLboolean *ptr) in s_glGetBooleanv() 227 void GLEncoder::s_glGetPointerv(void * self, GLenum param, GLvoid **params) in s_glGetPointerv() 234 void GLEncoder::s_glFlush(void *self) in s_glFlush() 241 const GLubyte *GLEncoder::s_glGetString(void *self, GLenum name) in s_glGetString() 263 void GLEncoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei() 271 void GLEncoder::s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *da… in s_glVertexPointer() [all …]
|
| D | gl_enc.cpp | 26 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 54 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() 84 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc() 111 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() 141 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc() 171 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 199 void glFogf_enc(void *self , GLenum pname, GLfloat param) in glFogf_enc() 227 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params) in glFogfv_enc() 257 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc() 289 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn) in glGetClipPlanef_enc() [all …]
|
| /device/linaro/dragonboard/qcom/qrtr/ |
| D | qrtr.py | 14 def __init__(self, port=0): argument 21 def __del__(self): argument 24 def _lookup_list_add(self, ptr, srv, instance, node, port): argument 28 def lookup(self, srv, instance=0, ifilter=0): argument 36 def publish(self, service, version, instance): argument 42 def new_server(self, service, version, instance): argument 50 def remove_server(self, service): argument 56 def new_lookup(self, service, version, instance): argument 62 def remove_lookup(self, lookup): argument 67 def send(self, addr, data): argument [all …]
|
| /device/generic/vulkan-cereal/stream-servers/gl/gles1_dec/ |
| D | GLESv1Decoder.cpp | 138 int GLESv1Decoder::s_glFinishRoundTrip(void *self) in s_glFinishRoundTrip() 145 void GLESv1Decoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GL… in s_glVertexPointerOffset() 151 void GLESv1Decoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLu… in s_glColorPointerOffset() 157 void GLESv1Decoder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, … in s_glTexCoordPointerOffset() 163 void GLESv1Decoder::s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glNormalPointerOffset() 169 void GLESv1Decoder::s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offs… in s_glPointSizePointerOffset() 175 void GLESv1Decoder::s_glWeightPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, G… in s_glWeightPointerOffset() 181 void GLESv1Decoder::s_glMatrixIndexPointerOffset(void * self, GLint size, GLenum type, GLsizei stri… in s_glMatrixIndexPointerOffset() 196 void GLESv1Decoder::s_glVertexPointerData(void *self, GLint size, GLenum type, GLsizei stride, void… in s_glVertexPointerData() 213 void GLESv1Decoder::s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void … in s_glColorPointerData() [all …]
|
| /device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/ |
| D | gnss_replay.py | 30 def __init__(self, prefix, lines): argument 37 def next(self): argument 44 def __str__(self): argument 54 def __init__(self, socket): argument 58 def command(self, action, reaction): argument 61 def loop(self): argument
|
| /device/google/trout/hal/gnss/host/ |
| D | gnss_replay.py | 30 def __init__(self, prefix, lines): argument 37 def next(self): argument 44 def __str__(self): argument 54 def __init__(self, socket): argument 58 def command(self, action, reaction): argument 61 def loop(self): argument
|
| /device/google/cuttlefish/host/commands/secure_env/rust/ |
| D | tpm.rs | 37 fn tpm_hmac(&self, data: &[u8]) -> Result<Vec<u8>, Error> { in tpm_hmac() 57 fn hkdf_expand(&self, info: &[u8], out_len: usize) -> Result<Vec<u8>, Error> { in hkdf_expand() 81 fn hmac(&self, _imp: &dyn crypto::Hmac, data: &[u8]) -> Result<Vec<u8>, Error> { in hmac() 87 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error> { in derive_bytes() 104 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() 116 fn hmac_key_agreed(&self, _key: &crypto::hmac::Key) -> Option<Box<dyn DeviceHmac>> { in hmac_key_agreed() 126 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk() 146 &self, in hkdf() 159 &self, in extract() 168 &self, in expand()
|
| D | rpc.rs | 32 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error>; in derive_bytes() 43 &self, in derive_bytes_from_hbk() 51 fn get_dice_info<'a>(&self, _test_mode: rpc::TestMode) -> Result<DiceInfo, Error> { in get_dice_info() 66 &self, in sign_data() 96 fn generate_dice_artifacts(&self, _test_mode: rpc::TestMode) -> Result<(), Error> { in generate_dice_artifacts()
|
| D | soft.rs | 30 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() 39 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk() 60 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error> { in derive_bytes()
|
| /device/generic/goldfish-opengl/system/renderControl_enc/ |
| D | renderControl_enc.cpp | 26 GLint rcGetRendererVersion_enc(void *self ) in rcGetRendererVersion_enc() 67 EGLint rcGetEGLVersion_enc(void *self , EGLint* major, EGLint* minor) in rcGetEGLVersion_enc() 116 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString_enc() 163 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString_enc() 210 EGLint rcGetNumConfigs_enc(void *self , uint32_t* numAttribs) in rcGetNumConfigs_enc() 255 EGLint rcGetConfigs_enc(void *self , uint32_t bufSize, GLuint* buffer) in rcGetConfigs_enc() 301 EGLint rcChooseConfig_enc(void *self , EGLint* attribs, uint32_t attribs_size, uint32_t* configs, u… in rcChooseConfig_enc() 353 EGLint rcGetFBParam_enc(void *self , EGLint param) in rcGetFBParam_enc() 395 uint32_t rcCreateContext_enc(void *self , uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext_enc() 439 void rcDestroyContext_enc(void *self , uint32_t context) in rcDestroyContext_enc() [all …]
|
| /device/generic/goldfish-opengl/system/magma/magma_enc/ |
| D | magma_enc.cpp | 28 magma_status_t magma_device_import_enc(void *self , magma_handle_t device_channel, magma_device_t* … in magma_device_import_enc() 74 void magma_device_release_enc(void *self , magma_device_t device) in magma_device_release_enc() 101 magma_status_t magma_device_query_enc(void *self , magma_device_t device, uint64_t id, magma_handle… in magma_device_query_enc() 152 magma_status_t magma_device_create_connection_enc(void *self , magma_device_t device, magma_connect… in magma_device_create_connection_enc() 198 void magma_connection_release_enc(void *self , magma_connection_t connection) in magma_connection_release_enc() 225 magma_status_t magma_connection_get_error_enc(void *self , magma_connection_t connection) in magma_connection_get_error_enc() 267 magma_status_t magma_connection_create_context_enc(void *self , magma_connection_t connection, uint… in magma_connection_create_context_enc() 313 void magma_connection_release_context_enc(void *self , magma_connection_t connection, uint32_t cont… in magma_connection_release_context_enc() 341 magma_status_t magma_connection_create_buffer_enc(void *self , magma_connection_t connection, uint6… in magma_connection_create_buffer_enc() 396 void magma_connection_release_buffer_enc(void *self , magma_connection_t connection, magma_buffer_t… in magma_connection_release_buffer_enc() [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/ui/ |
| D | ANativeObjectBase.h | 56 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() 59 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() 69 ANativeObjectBase* self = getSelf(base); in incRef() local 73 ANativeObjectBase* self = getSelf(base); in decRef() local
|
| /device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/ |
| D | foo_enc.cpp | 22 void fooAlphaFunc_enc(void *self , FooInt func, FooFloat ref) in fooAlphaFunc_enc() 48 FooBoolean fooIsBuffer_enc(void *self , void* stuff) in fooIsBuffer_enc() 90 void fooDoEncoderFlush_enc(void *self , FooInt param) in fooDoEncoderFlush_enc() 116 void fooTakeConstVoidPtrConstPtr_enc(void *self , const void* const* param) in fooTakeConstVoidPtrConstPtr_enc() 143 void fooSetComplexStruct_enc(void *self , const FooStruct* obj) in fooSetComplexStruct_enc() 170 void fooGetComplexStruct_enc(void *self , FooStruct* obj) in fooGetComplexStruct_enc() 208 void fooInout_enc(void *self , uint32_t* count) in fooInout_enc()
|
| /device/generic/goldfish-opengl/system/magma/ |
| D | magma.cpp | 129 magma_status_t MagmaClientContext::magma_device_import(void* self, magma_handle_t device_channel, in magma_device_import() 175 magma_status_t MagmaClientContext::magma_device_query(void* self, magma_device_t device, in magma_device_query() 216 magma_status_t MagmaClientContext::magma_buffer_export(void* self, magma_buffer_t buffer, in magma_buffer_export() 232 magma_status_t MagmaClientContext::magma_poll(void* self, magma_poll_item_t* items, uint32_t count, in magma_poll() 274 magma_status_t MagmaClientContext::magma_connection_create_buffer(void* self, in magma_connection_create_buffer() 296 void MagmaClientContext::magma_connection_release_buffer(void* self, magma_connection_t connection, in magma_connection_release_buffer()
|
| /device/generic/goldfish-opengl/system/GLESv1/ |
| D | gl.cpp | 56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 93 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES() 144 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
|