Searched defs:raw (Results 1 – 13 of 13) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | dequant.c | 133 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()
|
D | decoder-private.c | 212 uint32_t raw; in OI_SBC_ReadSamples() local
|
/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 94 GetStatusHelper raw(system_state(), errmsg); in GetValue() local 113 GetStatusHelper raw(system_state(), errmsg); in GetValue() local 167 GetStatusHelper raw(system_state(), errmsg); in GetValue() local 188 GetStatusHelper raw(system_state(), errmsg); in GetValue() local 206 GetStatusHelper raw(system_state(), errmsg); in GetValue() local
|
/system/media/audio_utils/include/audio_utils/ |
D | echo_reference.h | 27 void *raw; // pointer to audio frame member
|
D | resampler.h | 34 void* raw; member
|
/system/extras/tests/sdcard/ |
D | stopwatch.cpp | 100 void StopWatch::setPrintRawMode(bool raw) in setPrintRawMode()
|
/system/core/libunwindstack/tests/ |
D | RegsTest.cpp | 88 uint32_t* raw = reinterpret_cast<uint32_t*>(regs32.RawData()); in TEST_F() local 111 uint64_t* raw = reinterpret_cast<uint64_t*>(regs64.RawData()); in TEST_F() local
|
/system/tools/hidl/ |
D | Hash.cpp | 73 const std::vector<uint8_t> &Hash::raw() const { in raw() function in android::Hash
|
/system/vold/ |
D | KeyUtil.cpp | 45 char raw[EXT4_MAX_KEY_SIZE]; member
|
/system/media/audio/include/system/ |
D | audio_effect.h | 431 void* raw; // raw pointer to start of buffer member
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 272 char* raw = NULL; in parseNfPacketMessage() local
|
/system/core/adb/ |
D | shell_service.cpp | 395 Subprocess* raw = subprocess.release(); in StartThread() local
|
/system/core/libziparchive/ |
D | zip_archive_test.cc | 513 static void ZipArchiveStreamTest(ZipArchiveHandle& handle, const std::string& entry_name, bool raw, in ZipArchiveStreamTest() 545 const std::vector<uint8_t>& contents, bool raw) { in ZipArchiveStreamTestUsingContents()
|