Searched refs:_b (Results 1 – 4 of 4) sorted by relevance
/frameworks/ex/framesequence/jni/utils/ |
D | math.h | 22 __typeof__ (b) _b = (b); \ 23 _a > _b ? _a : _b; }) 27 __typeof__ (b) _b = (b); \ 28 _a < _b ? _a : _b; })
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {}; in ColorRGB() 74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray, NOLINT(implicit) in ColorRGB() 75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB() 78 float b(void) const { return _b; } in b() 83 float _b; variable
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 568 TextOutput::Bundle _b(alog); in transact() local 608 TextOutput::Bundle _b(alog); in transact() local 842 TextOutput::Bundle _b(alog); in talkWithDriver() local 899 TextOutput::Bundle _b(alog); in talkWithDriver() local 1065 TextOutput::Bundle _b(alog); in executeCommand() local 1108 TextOutput::Bundle _b(alog); in executeCommand() local
|
/frameworks/av/media/libstagefright/ |
D | SampleTable.cpp | 622 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { in CompareIncreasingTime() argument 624 const SampleTimeEntry *b = (const SampleTimeEntry *)_b; in CompareIncreasingTime()
|