/hardware/google/gfxstream/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
|
/hardware/interfaces/broadcastradio/aidl/rust_impl/src/ |
D | default_broadcastradio_hal.rs | 39 fn getAmFmRegionConfig(&self, _full : bool) -> BinderResult<AmFmRegionConfig> { in getAmFmRegionConfig() 51 fn getImage(&self, _id : i32) -> BinderResult<Vec<u8>> { in getImage() 55 fn setTunerCallback(&self, _callback : &Strong<dyn ITunerCallback>) -> BinderResult<()> { in setTunerCallback() 63 fn tune(&self, _program : &ProgramSelector) -> BinderResult<()> { in tune() 67 fn seek(&self, _direction_up : bool, _skip_sub_channel : bool) -> BinderResult<()> { in seek() 71 fn step(&self, _direction_up : bool) -> BinderResult<()> { in step() 79 fn startProgramListUpdates(&self, _filter : &ProgramFilter) -> BinderResult<()> { in startProgramListUpdates() 87 fn isConfigFlagSet(&self, _flag : ConfigFlag) -> BinderResult<bool> { in isConfigFlagSet() 91 fn setConfigFlag(&self, _flag : ConfigFlag, _value : bool) -> BinderResult<()> { in setConfigFlag() 95 fn setParameters(&self, _parameters : &[VendorKeyValue]) -> BinderResult<Vec<VendorKeyValue>> { in setParameters() [all …]
|
/hardware/interfaces/compatibility_matrices/ |
D | bump.py | 39 def __init__(self, cmdline_args): argument 68 def run(self): argument 76 def bump_kernel_configs(self): argument 83 def copy_matrix(self): argument 93 def edit_android_bp(self): argument 163 def bump_libvintf(self): argument 210 def bump_libvts_vintf(self): argument 232 def bump_cuttlefish(self): argument
|
D | finalize.py | 42 def __init__(self, cmdline_args): argument 52 def run(self): argument 55 def edit_android_bp(self): argument
|
/hardware/interfaces/automotive/audiocontrol/aidl/rust_impl/src/ |
D | default_audio_control_hal.rs | 43 fn onAudioFocusChange(&self, _usage : &str, _zone_id : i32, _focus_change : AudioFocusChange in onAudioFocusChange() 48 fn onDevicesToDuckChange(&self, _ducking_infos : &[DuckingInfo]) -> BinderResult<()> { in onDevicesToDuckChange() 52 fn onDevicesToMuteChange(&self, _muting_infos : &[MutingInfo]) -> BinderResult<()> { in onDevicesToMuteChange() 56 fn registerFocusListener(&self, _listener : &Strong<dyn IFocusListener>) -> BinderResult<()> { in registerFocusListener() 60 fn setBalanceTowardRight(&self, _value : f32) -> BinderResult<()> { in setBalanceTowardRight() 64 fn setFadeTowardFront(&self, _value : f32) -> BinderResult<()> { in setFadeTowardFront() 68 fn onAudioFocusChangeWithMetaData(&self, _playback_metadata : &PlaybackTrackMetadata, in onAudioFocusChangeWithMetaData() 73 fn setAudioDeviceGainsChanged(&self, _reasons : &[Reasons], _gains : &[AudioGainConfigInfo] in setAudioDeviceGainsChanged() 78 fn registerGainCallback(&self, _callback : &Strong<dyn IAudioGainCallback> in registerGainCallback() 83 fn setModuleChangeCallback(&self, _callback : &Strong<dyn IModuleChangeCallback> in setModuleChangeCallback()
|
/hardware/google/gfxstream/host/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 …]
|
/hardware/interfaces/automotive/vehicle/tools/ |
D | generate_annotation_enums.py | 282 def __init__(self): argument 294 def __repr__(self): argument 297 def __str__(self): argument 307 def __init__(self): argument 310 def parseFile(self, input_file): argument 367 def parseComment(self, line, config, description): argument 423 def convert(self, output, formatter, cpp, field): argument 501 def outputAsCsv(self, output): argument 538 def __init__(self, type): argument 547 def setCppFilePath(self, cpp_file_path): argument [all …]
|
D | translate_vehicle_props.py | 42 def __init__(self): argument 54 def addRecentCommentToMsg(self): argument 58 def addToMsg(self, msg): argument 61 def printOutputMsg(self): argument 65 def parseLine(self, line): argument
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 49 GLenum GLEncoder::s_glGetError(void * self) in s_glGetError() 76 void GLEncoder::s_glGetIntegerv(void *self, GLenum param, GLint *ptr) in s_glGetIntegerv() 119 void GLEncoder::s_glGetFloatv(void *self, GLenum param, GLfloat *ptr) in s_glGetFloatv() 158 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv() 197 void GLEncoder::s_glGetBooleanv(void *self, GLenum param, GLboolean *ptr) in s_glGetBooleanv() 232 void GLEncoder::s_glGetPointerv(void * self, GLenum param, GLvoid **params) in s_glGetPointerv() 239 void GLEncoder::s_glFlush(void *self) in s_glFlush() 246 const GLubyte *GLEncoder::s_glGetString(void *self, GLenum name) in s_glGetString() 268 void GLEncoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei() 276 void GLEncoder::s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *da… in s_glVertexPointer() [all …]
|
D | gl_enc.cpp | 30 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 58 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() 88 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc() 115 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() 145 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc() 175 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 203 void glFogf_enc(void *self , GLenum pname, GLfloat param) in glFogf_enc() 231 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params) in glFogfv_enc() 261 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc() 293 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn) in glGetClipPlanef_enc() [all …]
|
/hardware/google/gfxstream/host/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 …]
|
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/ |
D | default_vehicle_hal.rs | 21 fn getPropConfigs(&self, _props: &[i32]) -> BinderResult<VehiclePropConfigs> { in getPropConfigs() 26 &self, _callback: &Strong<dyn IVehicleCallback>, _requests: &GetValueRequests in getValues() 32 &self, _callback: &Strong<dyn IVehicleCallback>, _requests: &SetValueRequests in setValues() 38 &self, _callback: &Strong<dyn IVehicleCallback>, _options: &[SubscribeOptions], in subscribe() 45 &self, _callback: &Strong<dyn IVehicleCallback>, _prop_ids: &[i32] in unsubscribe() 51 &self, _callback: &Strong<dyn IVehicleCallback>, _shared_memory_id: i64 in returnSharedMemory()
|
/hardware/google/pixel/preupload_hooks/pixel_json_checker/ |
D | pixel_config_checker.py | 43 def __init__(self, json_files, field_names_path): argument 47 def load_field_names_from_txt(self, file_path): argument 64 def _check_json_field_names(self, data): argument 90 def check_json_field_names(self): argument
|
/hardware/interfaces/automotive/evs/aidl/rust_impl/src/ |
D | default_evs_hal.rs | 31 &self, in closeCamera() 38 &self, in closeDisplay() 45 &self, in closeUltrasonicsArray() 64 &self, in getStreamList() 71 &self, in getUltrasonicsArrayList() 81 &self, in openCamera() 89 &self, in openDisplay() 96 &self, in openUltrasonicsArray() 104 &self, in registerStatusCallback() 110 fn getDisplayStateById(&self, _: i32) -> std::result::Result<DisplayState, binder::Status> { in getDisplayStateById()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 496 GLenum GL2Encoder::s_glGetError(void * self) in s_glGetError() 618 void GL2Encoder::s_glFlush(void *self) in s_glFlush() 625 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name) in s_glGetString() 654 void GL2Encoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei() 663 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 689 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData() 707 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData() 721 void GL2Encoder::s_glGenBuffers(void* self, GLsizei n, GLuint* buffers) { in s_glGenBuffers() 730 void GL2Encoder::s_glDeleteBuffers(void * self, GLsizei n, const GLuint * buffers) in s_glDeleteBuffers() 747 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 | 30 void glActiveTexture_enc(void *self , GLenum texture) in glActiveTexture_enc() 57 void glAttachShader_enc(void *self , GLuint program, GLuint shader) in glAttachShader_enc() 85 void glBindAttribLocation_enc(void *self , GLuint program, GLuint index, const GLchar* name) in glBindAttribLocation_enc() 116 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 144 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer) in glBindFramebuffer_enc() 172 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer) in glBindRenderbuffer_enc() 200 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 228 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc() 258 void glBlendEquation_enc(void *self , GLenum mode) in glBlendEquation_enc() 285 void glBlendEquationSeparate_enc(void *self , GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate_enc() [all …]
|
/hardware/interfaces/tv/mediaquality/aidl/default/hal/ |
D | media_quality_hal_impl.rs | 88 &self, in setAmbientBacklightCallback() 98 &self, in setAmbientBacklightDetector() 114 fn setAmbientBacklightDetectionEnabled(&self, enabled: bool) -> binder::Result<()> { in setAmbientBacklightDetectionEnabled() 165 fn setAutoPqEnabled(&self, enabled: bool) -> binder::Result<()> { in setAutoPqEnabled() 192 fn setAutoSrEnabled(&self, enabled: bool) -> binder::Result<()> { in setAutoSrEnabled() 219 fn setAutoAqEnabled(&self, enabled: bool) -> binder::Result<()> { in setAutoAqEnabled() 243 &self, in setPictureProfileAdjustmentListener() 252 …fn sendDefaultPictureParameters(&self, _picture_parameters: &PictureParameters) -> binder::Result<… in sendDefaultPictureParameters() 264 &self, in setSoundProfileAdjustmentListener() 273 fn sendDefaultSoundParameters(&self, _sound_parameters: &SoundParameters) -> binder::Result<()>{ in sendDefaultSoundParameters() [all …]
|
/hardware/interfaces/security/secretkeeper/default/src/ |
D | store.rs | 29 fn store(&mut self, key: &[u8], val: &[u8]) -> Result<(), Error> { in store() 35 fn get(&self, key: &[u8]) -> Result<Option<Vec<u8>>, Error> { in get() 40 fn delete(&mut self, key: &[u8]) -> Result<(), Error> { in delete()
|
/hardware/interfaces/security/keymint/aidl/default/ta/ |
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() 61 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error> { in derive_bytes()
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 60 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 91 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES() 137 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 60 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()
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_enc.cpp | 30 GLint rcGetRendererVersion_enc(void *self ) in rcGetRendererVersion_enc() 71 EGLint rcGetEGLVersion_enc(void *self , EGLint* major, EGLint* minor) in rcGetEGLVersion_enc() 120 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString_enc() 167 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString_enc() 214 EGLint rcGetNumConfigs_enc(void *self , uint32_t* numAttribs) in rcGetNumConfigs_enc() 259 EGLint rcGetConfigs_enc(void *self , uint32_t bufSize, GLuint* buffer) in rcGetConfigs_enc() 305 EGLint rcChooseConfig_enc(void *self , EGLint* attribs, uint32_t attribs_size, uint32_t* configs, u… in rcChooseConfig_enc() 357 EGLint rcGetFBParam_enc(void *self , EGLint param) in rcGetFBParam_enc() 399 uint32_t rcCreateContext_enc(void *self , uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext_enc() 443 void rcDestroyContext_enc(void *self , uint32_t context) in rcDestroyContext_enc() [all …]
|