Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp266 Transaction trans{*this}; in GetServiceId() local
272 Transaction trans{*this}; in SetTestChannel() local
284 Transaction trans{*this}; in SendAsync() local
290 Transaction trans{*this}; in GetThisChannelId() local
296 Transaction trans{*this}; in GetTestChannelId() local
303 Transaction trans{*this}; in CheckChannelIdArgument() local
312 Transaction trans{*this}; in CheckChannelObjectArgument() local
321 Transaction trans{*this}; in CheckChannelFromOtherService() local
330 Transaction trans{*this}; in GetNewChannel() local
340 Transaction trans{*this}; in GetNewChannelFromOtherService() local
[all …]
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp100 Transaction trans{*this}; in LogController() local
113 Transaction trans{*this}; in Freeze() local
123 Transaction trans{*this}; in SetMode() local
134 Transaction trans{*this}; in GetMode() local
146 Transaction trans{*this}; in GetTangoReaderHandle() local
164 Transaction trans{*this}; in DataCapture() local
173 Transaction trans{*this}; in DataReaderDestroy() local
184 Transaction trans{*this}; in EnableSensors() local
216 Transaction trans{*this}; in GetControllerRingBuffer() local
/frameworks/rs/rsov/compiler/spirit/
Dtransformer_test.cpp86 MulToAddTransformer trans; in TEST_F() local
104 Deleter trans; in TEST_F() local
122 NewDataTypeTransformer trans; in TEST_F() local
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp55 android::pdx::Transaction trans{*this}; in Reload() local
65 android::pdx::Transaction trans{*this}; in Dump() local
/frameworks/base/obex/javax/obex/
DClientSession.java75 public ClientSession(final ObexTransport trans) throws IOException { in ClientSession()
91 public ClientSession(final ObexTransport trans, final boolean supportsSrm) throws IOException { in ClientSession()
DServerSession.java74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java254 Animation trans = new TranslateAnimation(0, dx, 0, dy); in hide() local
271 Animation trans = new TranslateAnimation(-dx, 0, -dy, 0); in show() local
315 TranslateAnimation trans = new TranslateAnimation(0, dx, 0, dy); in reset() local
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java250 float trans; field in EpicenterTranslateClipReveal.State
254 public State(int lower, int upper, float trans) { in State()
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp278 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod()
403 bool trans; in onGetBitmap() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java451 float trans = mRotatedBackground ? mDivision.getTranslationX() in updatePosition() local
/frameworks/rs/driver/
DrsdShader.cpp393 GLenum trans[] = { in setupSampler() local
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java619 final FragmentTransaction trans = mDecorToolbar.getViewGroup().isInEditMode() ? null : in selectTab() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp2043 const float trans = M_SQRT2 * 16.0f; in TEST_P() local