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

  /frameworks/rs/
rsObjectBase.h 96 class ObjectBaseRef {
98 ObjectBaseRef() {
102 ObjectBaseRef(const ObjectBaseRef &ref) {
109 ObjectBaseRef(T *ref) {
116 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
123 ~ObjectBaseRef() {
137 void set(const ObjectBaseRef &ref) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsObjectBase.h 94 class ObjectBaseRef {
96 ObjectBaseRef() {
100 ObjectBaseRef(const ObjectBaseRef &ref) {
107 ObjectBaseRef(T *ref) {
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
121 ~ObjectBaseRef() {
135 void set(const ObjectBaseRef &ref) {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsObjectBase.h 94 class ObjectBaseRef {
96 ObjectBaseRef() {
100 ObjectBaseRef(const ObjectBaseRef &ref) {
107 ObjectBaseRef(T *ref) {
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
121 ~ObjectBaseRef() {
135 void set(const ObjectBaseRef &ref) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsObjectBase.h 94 class ObjectBaseRef {
96 ObjectBaseRef() {
100 ObjectBaseRef(const ObjectBaseRef &ref) {
107 ObjectBaseRef(T *ref) {
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
121 ~ObjectBaseRef() {
135 void set(const ObjectBaseRef &ref) {

Completed in 538 milliseconds