/hardware/google/aemu/base/include/aemu/base/synchronization/ |
D | MessageChannel.h | 122 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/gfxstream/guest/android-emu/aemu/base/synchronization/ |
D | AndroidMessageChannel.h | 122 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/ |
D | BufferDescriptor.h | 69 static void push_descriptor_uint32(frameworks_vec<vecT> *vec, size_t *pos, uint32_t val) in push_descriptor_uint32() 77 static uint32_t pop_descriptor_uint32(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint32() 87 static void push_descriptor_uint64(frameworks_vec<vecT> *vec, size_t *pos, uint64_t val) in push_descriptor_uint64() 95 static uint64_t pop_descriptor_uint64(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint64() 105 static void push_descriptor_string(frameworks_vec<uint8_t> *vec, size_t *pos, const std::string &st… in push_descriptor_string() 111 static std::string pop_descriptor_string(const frameworks_vec<uint8_t> &vec, size_t *pos) in pop_descriptor_string() 134 size_t pos = 0; in grallocEncodeBufferDescriptor() local 158 size_t pos = 0; in grallocDecodeBufferDescriptor() local
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraQueue.cpp | 227 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
|
D | QCameraFlash.cpp | 77 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/google/gfxstream/guest/mesa/src/util/ |
D | list.h | 209 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument 214 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument 220 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument 226 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument 231 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument 236 #define list_for_each_entry(type, pos, head, member) \ argument 244 #define list_for_each_entry_safe(type, pos, head, member) \ argument 251 #define list_for_each_entry_rev(type, pos, head, member) \ argument 259 #define list_for_each_entry_safe_rev(type, pos, head, member) \ argument 266 #define list_for_each_entry_from(type, pos, start, head, member) \ argument [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 69 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/nxp/keymint/KM300/ |
D | CborConverter.cpp | 171 CborConverter::getKeyCharacteristics(const unique_ptr<Item>& item, const uint32_t pos) { in getKeyCharacteristics() 330 CborConverter::getCertificateChain(const std::unique_ptr<Item>& item, const uint32_t pos) { in getCertificateChain() 346 std::optional<string> CborConverter::getTextStr(const unique_ptr<Item>& item, const uint32_t pos) { in getTextStr() 356 const uint32_t pos) { in getByteArrayStr() 366 const uint32_t pos) { in getByteArrayVec() 376 CborConverter::getSharedSecretParameters(const unique_ptr<Item>& item, const uint32_t pos) { in getSharedSecretParameters() 428 const uint32_t pos) { in getTimeStampToken() 444 const uint32_t pos) { in getArrayItem() 455 const uint32_t pos) { in getMapItem() 466 const uint32_t pos) { in getKeyParameters() [all …]
|
D | CborConverter.h | 128 const uint32_t pos) { in getItemAtPos()
|
/hardware/nxp/keymint/KM200/ |
D | CborConverter.cpp | 110 bool CborConverter::getKeyCharacteristics(const unique_ptr<Item>& item, const uint32_t pos, in getKeyCharacteristics() 245 bool CborConverter::getCertificateChain(const std::unique_ptr<Item>& item, const uint32_t pos, in getCertificateChain() 260 bool CborConverter::getMultiBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getMultiBinaryArray() 278 bool CborConverter::getBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getBinaryArray() 292 bool CborConverter::getBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getBinaryArray() 307 bool CborConverter::getSharedSecretParameters(const unique_ptr<Item>& item, const uint32_t pos, in getSharedSecretParameters() 354 bool CborConverter::getHardwareAuthToken(const unique_ptr<Item>& item, const uint32_t pos, in getHardwareAuthToken() 378 bool CborConverter::getTimeStampToken(const unique_ptr<Item>& item, const uint32_t pos, in getTimeStampToken() 393 bool CborConverter::getArrayItem(const std::unique_ptr<Item>& item, const uint32_t pos, in getArrayItem() 402 bool CborConverter::getMapItem(const std::unique_ptr<Item>& item, const uint32_t pos, in getMapItem() [all …]
|
D | CborConverter.h | 92 inline bool getErrorCode(const std::unique_ptr<Item>& item, const uint32_t pos, in getErrorCode() 124 inline void getItemAtPos(const unique_ptr<Item>& item, const uint32_t pos, in getItemAtPos() 158 bool CborConverter::getUint64(const unique_ptr<Item>& item, const uint32_t pos, T& value) { in getUint64()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() local 140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush() local
|
/hardware/interfaces/security/keymint/support/ |
D | authorization_set.cpp | 61 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/google/graphics/gs101/include/histogram/ |
D | histogram.h | 30 virtual void setHistogramPos(const HistogramPos& pos) {} in setHistogramPos()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_queue.h | 79 struct cam_list *pos = NULL; in cam_queue_deq() local 103 struct cam_list *pos = NULL; in cam_queue_flush() local
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.h | 62 #define list_for_each_entry_safe(pos, n, head, member) \ argument 68 #define list_for_each_safe(pos, n, head) \ argument
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.h | 62 #define list_for_each_entry_safe(pos, n, head, member) \ argument 68 #define list_for_each_safe(pos, n, head) \ argument
|
/hardware/google/graphics/gs201/histogram/ |
D | histogram.h | 31 virtual void setHistogramPos(const HistogramPos& pos) { in setHistogramPos()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsCamera.cpp | 302 const std::size_t pos = mFramesInUse++; in useBuffer_unsafe() local 316 const std::size_t pos = mBufferIdToPos[id]; in returnBuffer_unsafe() local 334 const std::size_t pos = mAvailableFrames++; in increaseAvailableFrames_unsafe() local 358 const std::size_t pos = --mAvailableFrames; in decreaseAvailableFrames_unsafe() local
|
/hardware/google/graphics/common/memtrack-pixel/core/ |
D | filesystem.h | 23 auto pos = strPath.rfind('/'); in filename() local
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.cpp | 127 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/gfxstream/codegen/generic-apigen/ |
D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
|
/hardware/google/gfxstream/host/ |
D | NativeSubWindow_qnx.cpp | 75 int pos[2] = {x, y}; in createSubWindow() local 120 int pos[2] = {x, y}; in moveSubWindow() local
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | BufferQueue.h | 119 int pos = mPos + mCount; in tryPushLocked() local 153 int pos = mPos + 1; in tryPopLocked() local
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Filtering.cpp | 510 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
|