Searched refs:parcelable (Results 1 – 25 of 174) sorted by relevance
1234567
/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 154 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 …]
|
D | aidl_test_service.cpp | 468 ::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/ |
D | type_param_leak | 1 ;parcelable p<g
|
D | invalid_type_after_valid_type | 1 parcelable m{}t
|
/system/bt/binder/android/bluetooth/ |
D | BluetoothAvrcpPlayerSettings.aidl | 19 parcelable BluetoothAvrcpPlayerSettings;
|
D | BluetoothHidDeviceAppSdpSettings.aidl | 19 parcelable BluetoothHidDeviceAppSdpSettings;
|
D | BluetoothGattDescriptor.aidl | 19 parcelable BluetoothGattDescriptor;
|
D | BluetoothGattService.aidl | 19 parcelable BluetoothGattService;
|
D | OobData.aidl | 19 parcelable OobData;
|
D | BluetoothActivityEnergyInfo.aidl | 19 parcelable BluetoothActivityEnergyInfo;
|
D | BluetoothClass.aidl | 19 parcelable BluetoothClass;
|
D | BluetoothCodecStatus.aidl | 19 parcelable BluetoothCodecStatus;
|
D | BluetoothHidDeviceAppQosSettings.aidl | 19 parcelable BluetoothHidDeviceAppQosSettings;
|
D | BluetoothGattIncludedService.aidl | 19 parcelable BluetoothGattIncludedService;
|
D | BluetoothAudioConfig.aidl | 19 parcelable BluetoothAudioConfig;
|
D | BluetoothHeadsetClientCall.aidl | 18 parcelable BluetoothHeadsetClientCall;
|
D | BluetoothGattCharacteristic.aidl | 19 parcelable BluetoothGattCharacteristic;
|
D | BluetoothCodecConfig.aidl | 19 parcelable BluetoothCodecConfig;
|
D | BluetoothDevice.aidl | 19 parcelable BluetoothDevice cpp_header "android/bluetooth/bluetooth_device.h";
|
/system/tools/aidl/build/tests_1/some_package/ |
D | Thing.aidl | 19 parcelable Thing {
|
/system/bt/service/common/android/bluetooth/ |
D | AdvertiseData.aidl | 19 parcelable AdvertiseData cpp_header "android/bluetooth/advertise_data.h";
|
D | BluetoothGattIncludedService.aidl | 19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_servi…
|
/system/tools/aidl/build/aidl_api/test-piece-1/3/some_package/ |
D | Thing.aidl | 19 parcelable Thing {
|
/system/bt/binder/android/bluetooth/le/ |
D | AdvertisingSetParameters.aidl | 19 parcelable AdvertisingSetParameters;
|
D | PeriodicAdvertisingReport.aidl | 19 parcelable PeriodicAdvertisingReport;
|
1234567