Searched refs:src_allocation (Results 1 – 3 of 3) sorted by relevance
417 ProfilePacketSequenceState::SourceAllocation src_allocation; in ParseProfilePacket() local418 src_allocation.pid = entry.pid(); in ParseProfilePacket()420 src_allocation.heap_name = in ParseProfilePacket()426 src_allocation.heap_name = context_->storage->InternString("unknown"); in ParseProfilePacket()428 src_allocation.timestamp = timestamp; in ParseProfilePacket()429 src_allocation.callstack_id = sample.callstack_id(); in ParseProfilePacket()431 src_allocation.self_allocated = sample.self_max(); in ParseProfilePacket()433 src_allocation.alloc_count = sample.self_max_count(); in ParseProfilePacket()435 src_allocation.self_allocated = sample.self_allocated(); in ParseProfilePacket()436 src_allocation.self_freed = sample.self_freed(); in ParseProfilePacket()[all …]
755 uint8_t src_allocation = codec_spec_conf::kLeAudioLocationFrontLeft | in AddTestDevice() argument802 device->src_audio_locations_ = src_allocation; in AddTestDevice()
2344 uint8_t src_allocation[4]; in SetSampleDatabaseEarbudsValid() local2351 src_allocation[0] = (uint8_t)(source_audio_allocation); in SetSampleDatabaseEarbudsValid()2352 src_allocation[1] = (uint8_t)(source_audio_allocation >> 8); in SetSampleDatabaseEarbudsValid()2353 src_allocation[2] = (uint8_t)(source_audio_allocation >> 16); in SetSampleDatabaseEarbudsValid()2354 src_allocation[3] = (uint8_t)(source_audio_allocation >> 24); in SetSampleDatabaseEarbudsValid()2502 src_allocation[0], in SetSampleDatabaseEarbudsValid()2503 src_allocation[1], in SetSampleDatabaseEarbudsValid()2504 src_allocation[2], in SetSampleDatabaseEarbudsValid()2505 src_allocation[3], in SetSampleDatabaseEarbudsValid()