HomeSort by relevance Sort by last modified time
    Searched refs:no_init (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/ui/
vec2.h 37 enum no_init { NO_INIT }; enum in class:android::tvec2
63 explicit tvec2(no_init) { }
vec3.h 36 enum no_init { NO_INIT }; enum in class:android::tvec3
64 explicit tvec3(no_init) { }
vec4.h 36 enum no_init { NO_INIT }; enum in class:android::tvec4
68 explicit tvec4(no_init) { }
mat4.h 43 enum no_init { NO_INIT }; enum in class:android::tmat44
94 explicit tmat44(no_init) { }
351 typename tmat44<U>::row_type result(tmat44<U>::row_type::NO_INIT);
360 tmat44<T> result(tmat44<T>::NO_INIT);
369 tmat44<T> result(tmat44<T>::NO_INIT);
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 98 status = NO_INIT;
139 status = NO_INIT;
513 goto no_init;
550 goto no_init;
589 no_init:
594 return NO_INIT;
761 return (ssize_t) NO_INIT;
775 return NO_INIT;

Completed in 130 milliseconds