/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_counting_guest.cpp | 48 size_t* count) { in count_VkExtent2D() 58 size_t* count) { in count_VkExtent3D() 69 size_t* count) { in count_VkOffset2D() 79 size_t* count) { in count_VkOffset3D() 90 size_t* count) { in count_VkRect2D() 100 const VkBaseInStructure* toCount, size_t* count) { in count_VkBaseInStructure() 113 const VkBaseOutStructure* toCount, size_t* count) { in count_VkBaseOutStructure() 126 const VkBufferMemoryBarrier* toCount, size_t* count) { in count_VkBufferMemoryBarrier() 147 const VkDispatchIndirectCommand* toCount, size_t* count) { in count_VkDispatchIndirectCommand() 159 size_t* count) { in count_VkDrawIndexedIndirectCommand() [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/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/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/google/gfxstream/guest/mesa/src/util/ |
D | ralloc.h | 157 #define ralloc_array(ctx, type, count) \ argument 174 #define rzalloc_array(ctx, type, count) \ argument 194 #define reralloc(ctx, ptr, type, count) \ argument 493 #define gc_alloc(ctx, type, count) gc_alloc_size(ctx, sizeof(type) * (count), alignof(type)) argument 494 #define gc_zalloc(ctx, type, count) gc_zalloc_size(ctx, sizeof(type) * (count), alignof(type)) argument 496 #define gc_alloc_zla(ctx, type, type2, count) \ argument 498 #define gc_zalloc_zla(ctx, type, type2, count) \ argument 685 #define linear_alloc_array(parent, type, count) \ argument 702 #define linear_zalloc_array(parent, type, count) \ argument
|
D | u_drm.h | 34 util_array_contains_u64(uint64_t needle, const uint64_t *haystack, unsigned count) in util_array_contains_u64() 50 drm_find_modifier(uint64_t modifier, const uint64_t *modifiers, unsigned count) in drm_find_modifier()
|
D | futex.c | 46 int futex_wake(uint32_t *addr, int count) in futex_wake() 67 int futex_wake(uint32_t *addr, int count) in futex_wake() 97 int futex_wake(uint32_t *addr, int count) in futex_wake() 125 int futex_wake(uint32_t *addr, int count) in futex_wake()
|
/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/qcom/sm7250/gps/geofence/ |
D | location_geofence.cpp | 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/hardware/qcom/sm8150/gps/geofence/ |
D | location_geofence.cpp | 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/hardware/qcom/sm7150/gps/geofence/ |
D | location_geofence.cpp | 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | location_geofence.cpp | 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/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()
|
/hardware/google/graphics/common/libhwjpeg/ |
D | IFDWriter.h | 91 void WriteTagTypeCount(uint16_t tag, uint16_t type, uint32_t count) { in WriteTagTypeCount() 127 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte() 143 void WriteShort(uint16_t tag, uint32_t count, const uint16_t value[]) { in WriteShort() 165 void WriteLong(uint16_t tag, uint32_t count, const uint32_t value[]) { in WriteLong() 182 void WriteASCII(uint16_t tag, uint32_t count, const char *value) { in WriteASCII() 199 void WriteCString(uint16_t tag, uint32_t count, const char *string) { in WriteCString() 220 void WriteRational(uint16_t tag, uint32_t count, const rational_t value[]) { in WriteRational() 241 void WriteSRational(uint16_t tag, uint32_t count, const srational_t value[]) { in WriteSRational() 251 void WriteUndef(uint16_t tag, uint32_t count, const unsigned char *value) { in WriteUndef()
|
/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/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/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/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 408 void LocationAPIClientBase::locAPIGetBatchedLocations(size_t count) in locAPIGetBatchedLocations() 426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences() 454 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences() 481 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences() 508 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences() 535 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences() 569 size_t count = sessionsVec.size(); in locAPIRemoveAllGeofences() local 720 size_t count = 0; in beforeGeofenceBreachCb() local [all …]
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.cpp | 61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient() 186 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb() 262 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 559 void LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations() 578 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences() 602 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences() 637 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences() 672 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences() 707 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences() 749 size_t count = sessionsVec.size(); in locAPIRemoveAllGeofences() local [all …]
|
/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()
|
/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/google/aemu/base/include/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()
|