Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 105) sorted by relevance

12345

/hardware/google/aemu/base/include/aemu/base/synchronization/
DMessageChannel.h122 const size_t pos = beforeWrite(); in send() local
132 const size_t pos = beforeWrite(); in send() local
142 const auto pos = beforeTryWrite(); in trySend() local
151 const auto pos = beforeTryWrite(); in trySend() local
160 const size_t pos = beforeRead(); in receive() local
170 const size_t pos = beforeRead(); in receive() local
182 const auto pos = beforeTryRead(); in tryReceive() local
191 const auto pos = beforeTimedRead(wallTimeUs); in timedReceive() local
/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h72 static void push_descriptor_uint32(hidl_vec<vecT> *vec, size_t *pos, uint32_t val) in push_descriptor_uint32()
80 static uint32_t pop_descriptor_uint32(const hidl_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint32()
90 static void push_descriptor_uint64(hidl_vec<vecT> *vec, size_t *pos, uint64_t val) in push_descriptor_uint64()
98 static uint64_t pop_descriptor_uint64(const hidl_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint64()
108 static void push_descriptor_string(hidl_vec<uint8_t> *vec, size_t *pos, const std::string &str) in push_descriptor_string()
114 static std::string pop_descriptor_string(const hidl_vec<uint8_t> &vec, size_t *pos) in pop_descriptor_string()
134 size_t pos = 0; in grallocEncodeBufferDescriptor() local
156 size_t pos = 0; in grallocDecodeBufferDescriptor() local
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraQueue.cpp227 struct cam_list *pos = NULL; in peek() local
262 struct cam_list *pos = NULL; in dequeue() local
302 struct cam_list *pos = NULL; in dequeue() local
346 struct cam_list *pos = NULL; in flush() local
388 struct cam_list *pos = NULL; in flushNodes() local
433 struct cam_list *pos = NULL; in flushNodes() local
DQCameraFlash.cpp77 for (int pos = 0; pos < MM_CAMERA_MAX_NUM_SENSORS; pos++) { in QCameraFlash() local
93 for (int pos = 0; pos < MM_CAMERA_MAX_NUM_SENSORS; pos++) { in ~QCameraFlash() local
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c69 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() local
96 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
141 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
170 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() local
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() local
140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush() local
/hardware/google/graphics/gs101/include/histogram/
Dhistogram.h30 virtual void setHistogramPos(HistogramPos pos) {} in setHistogramPos()
/hardware/google/graphics/gs201/histogram/
Dhistogram.h31 virtual void setHistogramPos(HistogramPos pos) { in setHistogramPos()
/hardware/interfaces/security/keymint/support/
Dauthorization_set.cpp61 int pos = -1; in Subtract() local
87 for (int pos = -1; (pos = find(tag, pos)) != -1;) ++count; in GetTagCount() local
101 auto pos = data_.begin() + index; in erase() local
111 int pos = find(tag); in GetEntry() local
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.h62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.h62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_queue.h79 struct cam_list *pos = NULL; in cam_queue_deq() local
103 struct cam_list *pos = NULL; in cam_queue_flush() local
/hardware/google/graphics/common/memtrack-pixel/core/
Dfilesystem.h23 auto pos = strPath.rfind('/'); in filename() local
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.cpp127 int pos = -1; in Subtract() local
150 auto pos = data_.begin() + index; in erase() local
172 for (int pos = -1; (pos = find(tag, pos)) != -1;) in GetTagCount() local
178 int pos = find(tag); in GetEntry() local
285 auto pos = indirect.tellp(); in serialize() local
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h105 int pos = mPos + mCount; in tryPushLocked() local
139 int pos = mPos + 1; in tryPopLocked() local
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp137 uint32 pos = 0; in isNewFrame() local
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp137 uint32 pos = 0; in isNewFrame() local
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp137 uint32 pos = 0; in isNewFrame() local
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dhevc_utils.cpp135 uint32 pos = 0; in isNewFrame() local
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Filtering.cpp510 int ret = 0, cnt, num_rules = 0, pos = 0; in AddWanDLFilteringRule() local
714 int ret = 0, cnt, pos = 0, i; in AddOffloadFilteringRule() local
862 int ret = 0, cnt, pos = 0; in DelOffloadFilteringRule() local
/hardware/interfaces/gnss/common/utils/default/
DDeviceFileReader.cpp83 auto pos = s_buffer_.find("\n\n\n\n"); in getDataFromDeviceFile() local
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_utils.cpp92 size_t pos = 0; in Tokenize() local
/hardware/interfaces/confirmationui/support/src/
Dcbor.cpp31 auto pos = state.data_; in writeBytes() local
/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp120 int pos = -1; in Subtract() local
156 for (int pos = -1; (pos = find(tag, pos)) != -1;) ++count; in GetTagCount() local
170 auto pos = data_.begin() + index; in erase() local
179 int pos = find(tag); in GetEntry() local
299 auto pos = indirect.tellp(); in serialize() local
/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h98 auto pos = iname.find("func = "); in decltype() local

12345