/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 29 int count; in inv_sysfs_write() local 51 int count; in inv_sysfs_read() local 73 int count; in inv_read_buffer() local 100 int count; in inv_read_raw() local 126 int count; in inv_read_temperature_raw() local 146 int count; in inv_read_fifo_rate() local 166 int count; in inv_read_power_state() local 186 int count; in inv_read_scale() local 206 int count; in inv_read_temp_scale() local 226 int count; in inv_read_temp_offset() local [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 35 int count; in inv_sysfs_write() local 57 int count; in inv_sysfs_read() local 79 int count; in inv_read_buffer() local 106 int count; in inv_read_raw() local 132 int count; in inv_read_temperature_raw() local 152 int count; in inv_read_fifo_rate() local 172 int count; in inv_read_power_state() local 192 int count; in inv_read_scale() local 212 int count; in inv_read_temp_scale() local 232 int count; in inv_read_temp_offset() local [all …]
|
/hardware/libhardware/modules/usbcamera/ |
D | Metadata.cpp | 64 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) { in addUInt8() 73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) { in addInt32() 78 int Metadata::addFloat(uint32_t tag, int count, const float *data) { in addFloat() 83 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) { in addInt64() 88 int Metadata::addDouble(uint32_t tag, int count, const double *data) { in addDouble() 93 int Metadata::addRational(uint32_t tag, int count, in addRational() 99 bool Metadata::validate(uint32_t tag, int tag_type, int count) { in validate() 120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add()
|
/hardware/libhardware/modules/camera/3_0/ |
D | Metadata.cpp | 68 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) in addUInt8() 79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32() 85 int Metadata::addFloat(uint32_t tag, int count, const float *data) in addFloat() 91 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) in addInt64() 97 int Metadata::addDouble(uint32_t tag, int count, const double *data) in addDouble() 103 int Metadata::addRational(uint32_t tag, int count, in addRational() 110 bool Metadata::validate(uint32_t tag, int tag_type, int count) in validate() 132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add()
|
/hardware/interfaces/tests/msgq/1.0/default/ |
D | TestMsgQ.cpp | 67 Return<bool> TestMsgQ::requestWriteFmqSync(int32_t count) { in requestWriteFmqSync() 76 Return<bool> TestMsgQ::requestReadFmqSync(int32_t count) { in requestReadFmqSync() 83 Return<bool> TestMsgQ::requestWriteFmqUnsync(int32_t count) { in requestWriteFmqUnsync() 92 Return<bool> TestMsgQ::requestReadFmqUnsync(int32_t count) { in requestReadFmqUnsync() 99 Return<void> TestMsgQ::requestBlockingRead(int32_t count) { in requestBlockingRead() 114 Return<void> TestMsgQ::requestBlockingReadDefaultEventFlagBits(int32_t count) { in requestBlockingReadDefaultEventFlagBits() 127 Return<void> TestMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.h | 90 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax() 102 (const T *indices, int count, int *min, int *max, in minmaxExcept() 119 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 128 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() 138 (T *indices, int count, int offset, in shiftIndicesExcept() 153 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
|
D | IndexRangeCache.cpp | 24 size_t count, in addRange() 36 size_t count, in findRange()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | TestCommandReader.cpp | 59 for (uint16_t count = 0; count < length / 3; ++count) { in parseSingleCommand() local 70 for (uint16_t count = 0; count < (length - 1) / 3; ++count) { in parseSingleCommand() local 83 for (uint16_t count = 0; count < length / 3; ++count) { in parseSingleCommand() local
|
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 40 AllocationResult allocate(in byte[] descriptor, in int count); in allocate() 54 AllocationResult allocate2(in BufferDescriptorInfo descriptor, in int count); in allocate2()
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 40 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate() 41 …lt allocate2(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor, in int count); in allocate2()
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 40 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate() 41 …lt allocate2(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor, in int count); in allocate2()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestDispatch.h | 46 static void test_glDrawArrays(GLenum mode, GLint first, GLsizei count) { in test_glDrawArrays() 53 GLsizei count, in test_glDrawElements()
|
D | VsyncThread_unittest.cpp | 32 uint64_t count = 0; in TEST() local 55 uint64_t count = 0; in TEST() local
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Allocator.h | 27 T* allocArray(size_t count) { in allocArray() 41 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
|
D | SubAllocator.h | 59 T* allocArray(size_t count) { in allocArray() 73 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Allocator.h | 36 T* allocArray(size_t count) { in allocArray() 50 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | spi.c | 79 spi_write(int fd, const void *buf, size_t count) in spi_write() 91 spi_read(int fd, void *buf, size_t count) in spi_read()
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/1/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 37 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 101 EXTERN_PART GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv(GLenum type, GLsizei count, const … in glCreateShaderProgramv() 268 GL_APICALL void GL_APIENTRY glProgramUniform1fv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform1fv() 280 GL_APICALL void GL_APIENTRY glProgramUniform2fv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform2fv() 292 GL_APICALL void GL_APIENTRY glProgramUniform3fv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform3fv() 304 GL_APICALL void GL_APIENTRY glProgramUniform4fv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform4fv() 316 GL_APICALL void GL_APIENTRY glProgramUniform1iv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform1iv() 328 GL_APICALL void GL_APIENTRY glProgramUniform2iv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform2iv() 340 GL_APICALL void GL_APIENTRY glProgramUniform3iv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform3iv() 352 GL_APICALL void GL_APIENTRY glProgramUniform4iv(GLuint program, GLint location, GLsizei count, cons… in glProgramUniform4iv() 364 GL_APICALL void GL_APIENTRY glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, con… in glProgramUniform1uiv() [all …]
|
/hardware/google/aemu/base/ |
D | StreamSerializing.cpp | 39 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray() 47 uint32_t count = stream->getBe32(); in loadStringArray() local
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | StreamSerializing.cpp | 39 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray() 47 uint32_t count = stream->getBe32(); in loadStringArray() local
|
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/ |
D | supplicant_aidl_test_utils.h | 64 int count = 50; /* wait at most 5 seconds for completion */ in waitForSupplicantState() local 85 int count = 50; /* wait at most 5 seconds for completion */ in waitForWifiHalStop() local
|
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 101 size_t count = 0U; in readRaw() local 238 size_t* count, char** current, const char* ptrEnd) { in type1Read() 288 size_t* count, char** current,const char* ptrEnd) { in type2Read() 322 size_t* count, char** current, const char* ptrEnd) { in type3Read()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_internal_entry.h | 190 unsigned int get_task_assignment(unsigned int granule, unsigned int& count) in get_task_assignment() 211 void complete_task_assignment(unsigned int count) in complete_task_assignment()
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_sap_utils.h | 75 int count; variable
|