Home
last modified time | relevance | path

Searched refs:parcelable (Results 1 – 25 of 174) sorted by relevance

1234567

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp154 StructuredParcelable parcelable; in TEST_F() local
155 parcelable.f = kDesiredValue; in TEST_F()
157 EXPECT_EQ(parcelable.stringDefaultsToFoo, String16("foo")); in TEST_F()
158 EXPECT_EQ(parcelable.byteDefaultsToFour, 4); in TEST_F()
159 EXPECT_EQ(parcelable.intDefaultsToFive, 5); in TEST_F()
160 EXPECT_EQ(parcelable.longDefaultsToNegativeSeven, -7); in TEST_F()
161 EXPECT_EQ(parcelable.booleanDefaultsToTrue, true); in TEST_F()
162 EXPECT_EQ(parcelable.charDefaultsToC, 'C'); in TEST_F()
163 EXPECT_TRUE(parcelable.floatDefaultsToPi == 3.14f) << parcelable.floatDefaultsToPi; in TEST_F()
164 EXPECT_TRUE(parcelable.doubleWithDefault == -3.14e17) << parcelable.doubleWithDefault; in TEST_F()
[all …]
Daidl_test_service.cpp468 ::android::aidl::tests::StructuredParcelable* parcelable) { in FillOutStructuredParcelable() argument
469 parcelable->shouldBeJerry = "Jerry"; in FillOutStructuredParcelable()
470 parcelable->shouldContainThreeFs = {parcelable->f, parcelable->f, parcelable->f}; in FillOutStructuredParcelable()
471 parcelable->shouldBeByteBar = ByteEnum::BAR; in FillOutStructuredParcelable()
472 parcelable->shouldBeIntBar = IntEnum::BAR; in FillOutStructuredParcelable()
473 parcelable->shouldBeLongBar = LongEnum::BAR; in FillOutStructuredParcelable()
474 parcelable->shouldContainTwoByteFoos = {ByteEnum::FOO, ByteEnum::FOO}; in FillOutStructuredParcelable()
475 parcelable->shouldContainTwoIntFoos = {IntEnum::FOO, IntEnum::FOO}; in FillOutStructuredParcelable()
476 parcelable->shouldContainTwoLongFoos = {LongEnum::FOO, LongEnum::FOO}; in FillOutStructuredParcelable()
478 parcelable->const_exprs_1 = ConstantExpressionEnum::decInt32_1; in FillOutStructuredParcelable()
[all …]
/system/tools/aidl/tests/corpus/
Dtype_param_leak1 ;parcelable p<g
Dinvalid_type_after_valid_type1 parcelable m{}t
/system/bt/binder/android/bluetooth/
DBluetoothAvrcpPlayerSettings.aidl19 parcelable BluetoothAvrcpPlayerSettings;
DBluetoothHidDeviceAppSdpSettings.aidl19 parcelable BluetoothHidDeviceAppSdpSettings;
DBluetoothGattDescriptor.aidl19 parcelable BluetoothGattDescriptor;
DBluetoothGattService.aidl19 parcelable BluetoothGattService;
DOobData.aidl19 parcelable OobData;
DBluetoothActivityEnergyInfo.aidl19 parcelable BluetoothActivityEnergyInfo;
DBluetoothClass.aidl19 parcelable BluetoothClass;
DBluetoothCodecStatus.aidl19 parcelable BluetoothCodecStatus;
DBluetoothHidDeviceAppQosSettings.aidl19 parcelable BluetoothHidDeviceAppQosSettings;
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService;
DBluetoothAudioConfig.aidl19 parcelable BluetoothAudioConfig;
DBluetoothHeadsetClientCall.aidl18 parcelable BluetoothHeadsetClientCall;
DBluetoothGattCharacteristic.aidl19 parcelable BluetoothGattCharacteristic;
DBluetoothCodecConfig.aidl19 parcelable BluetoothCodecConfig;
DBluetoothDevice.aidl19 parcelable BluetoothDevice cpp_header "android/bluetooth/bluetooth_device.h";
/system/tools/aidl/build/tests_1/some_package/
DThing.aidl19 parcelable Thing {
/system/bt/service/common/android/bluetooth/
DAdvertiseData.aidl19 parcelable AdvertiseData cpp_header "android/bluetooth/advertise_data.h";
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_servi…
/system/tools/aidl/build/aidl_api/test-piece-1/3/some_package/
DThing.aidl19 parcelable Thing {
/system/bt/binder/android/bluetooth/le/
DAdvertisingSetParameters.aidl19 parcelable AdvertisingSetParameters;
DPeriodicAdvertisingReport.aidl19 parcelable PeriodicAdvertisingReport;

1234567