/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipTransformationTest.java | 33 BipTransformation trans = new BipTransformation(); in testCreateEmpty() local 40 BipTransformation trans = new BipTransformation(); in testAddTransformation() local 56 BipTransformation trans = new BipTransformation(); in testAddExistingTransformation() local 72 BipTransformation trans = new BipTransformation(); in testAddOnlyInvalidTransformation() local 78 BipTransformation trans = new BipTransformation(); in testAddNewInvalidTransformation() local 85 BipTransformation trans = new BipTransformation(); in testRemoveOnlyTransformation() local 102 BipTransformation trans = new BipTransformation(); in testRemoveOneTransformation() local 119 BipTransformation trans = new BipTransformation(); in testRemoveInvalidTransformation() local 131 BipTransformation trans = new BipTransformation(); in testRemoveUnsupportedTransformation() local 152 BipTransformation trans = new BipTransformation("crop"); in testParse_Crop() local [all …]
|
H A D | BipImageFormatTest.java | 86 BipTransformation trans = new BipTransformation(); in testParseVariant_withTransformation() local 110 BipTransformation trans = new BipTransformation(); in testParseVariant_allFields() local 189 BipTransformation trans = new BipTransformation(new int[]{BipTransformation.STRETCH, in testCreateVariant_withTransformations() local 220 BipTransformation trans = new BipTransformation(new int[]{BipTransformation.STRETCH, in testCreateVariant_allFields() local
|
H A D | BipImagePropertiesTest.java | 392 BipTransformation trans = new BipTransformation(); in testCreateProperties() local
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | service_framework_tests.cpp | 266 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 …]
|
/aosp12/frameworks/native/libs/vr/libvrsensor/ |
H A D | pose_client.cpp | 100 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
|
/aosp12/frameworks/av/media/libheadtracking/ |
H A D | Twist-test.cpp | 41 Vector3f trans{4, 5, 6}; in TEST() local 50 Vector3f trans{1, 2, 3}; in TEST() local
|
H A D | Pose-test.cpp | 46 Vector3f trans{1, 2, 3}; in TEST() local 54 Vector3f trans{1, 2, 3}; in TEST() local
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/ |
H A D | pdx_tool.cpp | 55 android::pdx::Transaction trans{*this}; in Reload() local 65 android::pdx::Transaction trans{*this}; in Dump() local
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ClientSession.java | 75 public ClientSession(final ObexTransport trans) throws IOException { in ClientSession() 91 public ClientSession(final ObexTransport trans, final boolean supportsSrm) throws IOException { in ClientSession()
|
H A D | ServerSession.java | 74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
|
/aosp12/art/test/986-native-method-bind/src/art/ |
H A D | Test986.java | 96 private static native void rebindTransformClass(Class<?> trans); in rebindTransformClass()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipImageProperties.java | 200 String trans = xpp.getAttributeValue(null, "transformation"); in parse() local 341 BipTransformation trans = format.getTransformation(); in toString() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SlidingTab.java | 254 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
|
/aosp12/frameworks/base/core/java/com/android/internal/transition/ |
H A D | EpicenterTranslateClipReveal.java | 250 float trans; field in EpicenterTranslateClipReveal.State 254 public State(int lower, int upper, float trans) { in State()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | GIFMovie.cpp | 278 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() 403 bool trans; in onGetBitmap() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | PreviewItemManager.java | 166 final float trans = (mIcon.mBackground.previewSize - iconSize) / 2; in getFinalIconParams() local
|
/aosp12/hardware/interfaces/tv/tuner/config/ |
H A D | TunerTestingConfigReaderV1_1.h | 174 auto trans = dvbt->getTransmissionMode(); in readDvbtFrontendSettings1_1() local
|
H A D | TunerTestingConfigReaderV1_0.h | 591 uint32_t trans = static_cast<uint32_t>(dvbt->getTransmissionMode()); in readDvbtFrontendSettings() local
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdShader.cpp | 393 GLenum trans[] = { in setupSampler() local
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | data_builder.h | 120 long trans[3]; member
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | data_builder.h | 123 long trans[3]; member
|
/aosp12/art/test/ti-agent/ |
H A D | redefinition_helper.cc | 297 CommonTransformationResult trans(env->GetArrayLength(class_array), in Java_art_Redefinition_addCommonTransformationResult() local
|
/aosp12/frameworks/base/media/jni/tuner/ |
H A D | FrontendClient.cpp | 662 FrontendTransmissionMode trans; in getHidlStatusExt() local
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | WindowDecorActionBar.java | 620 final FragmentTransaction trans = mDecorToolbar.getViewGroup().isInEditMode() ? null : in selectTab() local
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | MemoryDomainTests.cpp | 630 auto trans = [](int32_t ind) -> BufferRole { in allocateBuffer() local
|