Searched refs:READ_SIZE (Results 1 - 6 of 6) sorted by relevance
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | call_manager_test_types.h | 23 constexpr int16_t READ_SIZE = 1; member
|
H A D | ui_client_test.cpp | 962 (void)fread(&wavHeader, READ_SIZE, sizeof(wav_hdr), wavFile); in PlayRingtone() 981 bytesToWrite = fread(buffer.get(), READ_SIZE, bufferLen, wavFile); in PlayRingtone()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_player.cpp | 132 (void)fread(&wavHeader, READ_SIZE, sizeof(wav_hdr), wavFile); in Play() 152 fread(&wavHeader, READ_SIZE, sizeof(wav_hdr), wavFile); // skip the wav header in Play() 154 bytesToWrite = fread(buffer, READ_SIZE, bufferLen, wavFile); in Play()
|
/base/telephony/call_manager/services/audio/include/ |
H A D | audio_player.h | 95 static constexpr uint16_t READ_SIZE = 1; member in OHOS::Telephony::AudioPlayer
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.cpp | 86 constexpr uint16_t READ_SIZE = 128; in GetSelfProcName() local 93 char readStr[READ_SIZE] = {'\0'}; in GetSelfProcName() 94 fin.getline(readStr, READ_SIZE - 1); in GetSelfProcName()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_file_test.cpp | 41 static constexpr int32_t READ_SIZE = 100; member 2187 testFile2.cert_.size = READ_SIZE; in HWTEST_F()
|
Completed in 12 milliseconds