Home
last modified time | relevance | path

Searched defs:decoder (Results 1 – 6 of 6) sorted by relevance

/base/telephony/core_service/test/unittest/utils_vcard_gtest/
Dcontact_data_test.cpp432 VCardDecoderV21 decoder; variable
446 VCardDecoderV21 decoder; variable
474 VCardDecoderV21 decoder; variable
505 VCardDecoderV21 decoder; variable
513 VCardDecoderV21 decoder; variable
540 VCardDecoderV21 decoder; variable
575 VCardDecoderV21 decoder; variable
587 VCardDecoderV21 decoder; variable
597 VCardDecoderV21 decoder; variable
613 VCardDecoderV21 decoder; variable
[all …]
/base/sensors/miscdevice/utils/haptic_decoder/interface/
Dvibrator_decoder_creator.cpp60 extern "C" void Destroy(IVibratorDecoder *decoder) in Destroy()
/base/sensors/miscdevice/frameworks/native/vibrator/include/
Dvibrator_service_client.h35 IVibratorDecoder *decoder; member
/base/telephony/core_service/utils/vcard/src/
Dvcard_manager.cpp105 std::shared_ptr<VCardDecoder> decoder = VCardDecoder::Create(path, errorCode); in Decode() local
/base/sensors/miscdevice/services/miscdevice_service/src/
Dmiscdevice_service.cpp504 std::unique_ptr<IVibratorDecoder> decoder(creator.CreateDecoder(parser)); in PlayVibratorCustom() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_image_source.cpp264 uint32_t ImageSource::SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, in SetDecodeOptions()