/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/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/nxp/keymint/KM200/ |
D | CborConverter.h | 122 inline bool getErrorCode(const std::unique_ptr<Item>& item, const uint32_t pos, in getErrorCode() 154 inline void getItemAtPos(const unique_ptr<Item>& item, const uint32_t pos, in getItemAtPos() 188 bool CborConverter::getUint64(const unique_ptr<Item>& item, const uint32_t pos, T& value) { in getUint64()
|
D | CborConverter.cpp | 131 bool CborConverter::getKeyCharacteristics(const unique_ptr<Item>& item, const uint32_t pos, in getKeyCharacteristics() 266 bool CborConverter::getCertificateChain(const std::unique_ptr<Item>& item, const uint32_t pos, in getCertificateChain() 281 bool CborConverter::getMultiBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getMultiBinaryArray() 299 bool CborConverter::getBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getBinaryArray() 313 bool CborConverter::getBinaryArray(const unique_ptr<Item>& item, const uint32_t pos, in getBinaryArray() 328 bool CborConverter::getSharedSecretParameters(const unique_ptr<Item>& item, const uint32_t pos, in getSharedSecretParameters() 375 bool CborConverter::getHardwareAuthToken(const unique_ptr<Item>& item, const uint32_t pos, in getHardwareAuthToken() 399 bool CborConverter::getTimeStampToken(const unique_ptr<Item>& item, const uint32_t pos, in getTimeStampToken() 414 bool CborConverter::getArrayItem(const std::unique_ptr<Item>& item, const uint32_t pos, in getArrayItem() 423 bool CborConverter::getMapItem(const std::unique_ptr<Item>& item, const uint32_t pos, in getMapItem() [all …]
|
/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/interfaces/security/keymint/support/ |
D | authorization_set.cpp | 63 int pos = -1; in Subtract() local 89 for (int pos = -1; (pos = find(tag, pos)) != -1;) ++count; in GetTagCount() local 103 auto pos = data_.begin() + index; in erase() local 113 int pos = find(tag); in GetEntry() 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
|
D | ifaceeventhandler.h | 126 #define for_each_nested_attribute(pos, nla, rem) \ argument
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsCamera.cpp | 303 const std::size_t pos = mFramesInUse++; in useBuffer_unsafe() local 317 const std::size_t pos = mBufferIdToPos[id]; in returnBuffer_unsafe() local 335 const std::size_t pos = mAvailableFrames++; in increaseAvailableFrames_unsafe() local 359 const std::size_t pos = --mAvailableFrames; in decreaseAvailableFrames_unsafe() 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()
|
D | EntryPoint.cpp | 48 size_t pos, last; in parse() local 205 size_t pos = 0; in setAttribute() local
|
D | TypeFactory.cpp | 69 size_t pos = 0, last; in initFromFile() local
|
D | Parser.cpp | 33 size_t pos = 0U; in parseTypeTokens() local
|
/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/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/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/interfaces/gnss/common/utils/default/ |
D | DeviceFileReader.cpp | 83 auto pos = s_buffer_.find("\n\n\n\n"); in getDataFromDeviceFile() local
|
/hardware/interfaces/confirmationui/support/src/ |
D | cbor.cpp | 31 auto pos = state.data_; in writeBytes() local
|
/hardware/interfaces/keymaster/4.0/support/ |
D | authorization_set.cpp | 120 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/ |
D | Utils.h | 98 auto pos = iname.find("func = "); in decltype() local
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/5/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 50 … com.google.hardware.pixel.display.Weight weight, in com.google.hardware.pixel.display.HistogramPo… in histogramSample()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/6/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 50 … com.google.hardware.pixel.display.Weight weight, in com.google.hardware.pixel.display.HistogramPo… in histogramSample()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/7/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 50 … com.google.hardware.pixel.display.Weight weight, in com.google.hardware.pixel.display.HistogramPo… in histogramSample()
|