Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 16 of 16) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddequant.c133 INLINE float dequant_float(uint32_t raw, OI_UINT scale_factor, OI_UINT bits) { in dequant_float()
151 INLINE int32_t OI_SBC_Dequant(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant()
190 INLINE int32_t OI_SBC_Dequant_Unscaled(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant_Unscaled()
Ddecoder-private.c212 uint32_t raw; in OI_SBC_ReadSamples() local
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_view.cc25 LinkLayerPacketView::LinkLayerPacketView(std::shared_ptr<std::vector<uint8_t>> raw) : PacketView<tr… in LinkLayerPacketView()
27 LinkLayerPacketView LinkLayerPacketView::Create(std::shared_ptr<std::vector<uint8_t>> raw) { in Create()
/system/media/audio_utils/include/audio_utils/
Decho_reference.h27 void *raw; // pointer to audio frame member
Dresampler.h34 void* raw; member
/system/update_engine/update_manager/
Dreal_updater_provider.cc104 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
123 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
175 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
196 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
214 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
/system/core/libunwindstack/tests/
DRegsTest.cpp55 uint32_t* raw = reinterpret_cast<uint32_t*>(regs32.RawData()); in TEST_F() local
77 uint64_t* raw = reinterpret_cast<uint64_t*>(regs64.RawData()); in TEST_F() local
/system/tools/hidl/hashing/
DHash.cpp81 const std::vector<uint8_t>& Hash::raw() const { in raw() function in android::Hash
/system/tools/aidl/
Daidl_to_ndk.cpp50 Aspect raw; member
/system/bt/gd/packet/
Dpacket_view_unittest.cc111 Address raw({0x10, 0x11, 0x12, 0x13, 0x14, 0x15}); in TEST() local
125 Address raw({0x15, 0x14, 0x13, 0x12, 0x11, 0x10}); in TEST() local
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dpacket_view_test.cc108 Address raw({0x10, 0x11, 0x12, 0x13, 0x14, 0x15}); in TEST() local
122 Address raw({0x15, 0x14, 0x13, 0x12, 0x11, 0x10}); in TEST() local
/system/media/audio/include/system/
Daudio_effect.h452 void* raw; // raw pointer to start of buffer member
/system/core/libsysutils/src/
DNetlinkEvent.cpp289 char* raw = nullptr; in parseNfPacketMessage() local
/system/core/libziparchive/
Dzip_archive_test.cc434 static void ZipArchiveStreamTest(ZipArchiveHandle& handle, const std::string& entry_name, bool raw, in ZipArchiveStreamTest()
466 const std::vector<uint8_t>& contents, bool raw) { in ZipArchiveStreamTestUsingContents()
/system/core/adb/daemon/
Dshell_service.cpp477 Subprocess* raw = subprocess.release(); in StartThread() local
/system/vold/
DUtils.cpp246 bool FindValue(const std::string& raw, const std::string& key, std::string* value) { in FindValue()