Home
last modified time | relevance | path

Searched defs:getRef (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DInPlaceFunction.h105 constexpr static T& getRef(void* storage) { in getRef() function
109 constexpr static const T& getRef(const void* storage) { in getRef() function
/aosp_15_r20/system/keymaster/include/keymaster/
H A DList.h50 inline T& getRef() { return mVal; } in getRef() function
51 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/development/vndk/tools/header-checker/tests/input/
H A Dexample1.h97 inline T& getRef() { return mVal; } in getRef() function
98 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/system/core/libutils/include/utils/
H A DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/tag/
DXsdTag.java40 public QName getRef() { in getRef() method in XsdTag

12345678910>>...18