HomeSort by relevance Sort by last modified time
    Searched defs:toVector (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
Twine.cpp 26 void Twine::toVector(SmallVectorImpl<char> &Out) const {
45 toVector(Out);
  /external/swiftshader/third_party/LLVM/lib/Support/
Twine.cpp 26 void Twine::toVector(SmallVectorImpl<char> &Out) const {
34 toVector(Out);
52 toVector(Out);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Twine.cpp 32 void Twine::toVector(SmallVectorImpl<char> &Out) const {
51 toVector(Out);
  /hardware/interfaces/drm/1.0/default/
TypeConvert.h 44 template<typename T> const Vector<T> toVector(const hidl_vec<T> &vec) {
50 template<typename T> Vector<T> toVector(hidl_vec<T> &vec) {
56 template<typename T, size_t SIZE> const Vector<T> toVector(
63 template<typename T, size_t SIZE> Vector<T> toVector(
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 72 static const Vector<uint8_t> toVector(const hidl_vec<uint8_t> &vec) {
119 secureStops.push_back(toVector(hSecureStops[i].opaqueData));
462 sessionId = toVector(id);
550 request = toVector(hRequest);
590 keySetId = toVector(hKeySetId);
665 request = toVector(hRequest);
689 certificate = toVector(hCertificate);
690 wrappedKey = toVector(hWrappedKey);
733 secureStop = toVector(hSecureStop.opaqueData);
807 value = toVector(hValue)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 94 static std::vector<uint8_t> toVector(JNIEnv* env, jbyteArray ba) {
    [all...]

Completed in 205 milliseconds