/hardware/interfaces/broadcastradio/1.1/default/ |
D | VirtualProgram.cpp | 41 bmp.type = MetadataType::RAW; in createDemoBitmap()
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 155 RAW = 2, 204 /** Value used for type MetadataType.RAW */
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 34 * passing an image data blob in the MetadataType.RAW field, the HAL
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 305 .limitTo(D::VIDEO & D::RAW) in initializeStandardParams() 364 .limitTo((D::VIDEO | D::IMAGE) & D::RAW)); in initializeStandardParams() 366 .limitTo((D::VIDEO | D::IMAGE) & D::RAW)); in initializeStandardParams() 374 .limitTo((D::VIDEO | D::IMAGE) & D::RAW) in initializeStandardParams()
|
D | CCodecConfig.h | 92 RAW = ~(IS_INPUT | IS_OUTPUT | IS_CODED), enumerator
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 438 KeyFormat::RAW, key)); in CheckHmacTestVector() 456 KeyFormat::RAW, key)); in CheckAesCtrTestVector() 477 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key)); in CheckTripleDesTestVector()
|
D | keymaster_hidl_hal_test.cpp | 1519 KeyFormat::RAW, key_material, &signing_key, &signing_key_chars)); in TEST_F() 1527 KeyFormat::RAW, key_material, &verification_key, &verification_key_chars)); in TEST_F() 1624 EXPECT_EQ(ErrorCode::UNSUPPORTED_KEY_FORMAT, ExportKey(KeyFormat::RAW, &export_data)); in TEST_F() 1803 KeyFormat::RAW, key)); in TEST_F() 1830 KeyFormat::RAW, key)); in TEST_F() 2947 ASSERT_EQ(ErrorCode::OK, ImportKey(import_params, KeyFormat::RAW, key)); in TEST_F() 2953 ASSERT_EQ(ErrorCode::OK, ImportKey(import_params, KeyFormat::RAW, key)); in TEST_F()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Utils.cpp | 77 static_assert(RADIO_METADATA_TYPE_RAW == static_cast<int>(MetadataType::RAW),
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 791 KeyFormat::RAW, key)); in CheckHmacTestVector() 806 KeyFormat::RAW, key)); in CheckAesCtrTestVector() 2257 KeyFormat::RAW, key_material, &signing_key, &signing_key_chars)); in TEST_F() 2265 KeyFormat::RAW, key_material, &verification_key, &verification_key_chars)); in TEST_F() 2362 EXPECT_EQ(ErrorCode::UNSUPPORTED_KEY_FORMAT, ExportKey(KeyFormat::RAW, &export_data)); in TEST_F() 2520 KeyFormat::RAW, key)); in TEST_F() 2547 KeyFormat::RAW, key)); in TEST_F() 3555 ASSERT_EQ(ErrorCode::OK, ImportKey(import_params, KeyFormat::RAW, key)); in TEST_F() 3561 ASSERT_EQ(ErrorCode::OK, ImportKey(import_params, KeyFormat::RAW, key)); in TEST_F()
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 722 EXPECT_EQ(MetadataType::RAW, entry.type); in TEST_P()
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 438 EXPECT_NE(MetadataType::RAW, entry.type); in TEST_P()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 506 * after RAW sensor data is captured.</p> 1373 * <p>Size in bytes for all the listed opaque RAW buffer sizes</p> 1449 * <p>Whether the RAW images output from this camera device are subject to 1567 * for each Bayer color channel of RAW image data.</p> 1852 * YUV_420_888, JPEG, or RAW) simultaneously.</p>
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 619 RAW = 0x100, // minimize signal processing 642 RAW = 0x4, // minimize signal processing
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 667 RAW = 0x100, // minimize signal processing 688 RAW = 0x4, // minimize signal processing
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 432 RAW = 3, /* for symmetric key import and export*/
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 1131 RAW = 3,
|