/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | AhatInstance.java | 720 EnumMap<Reachability, Queue<Reference>> queues = new EnumMap<>(Reachability.class); in computeReachability() local 722 queues.put(reachability, new ArrayDeque<Reference>()); in computeReachability() 726 queues.get(Reachability.STRONG).add(ref); in computeReachability() 730 Queue<Reference> queue = queues.get(reachability); in computeReachability() 745 queues.get(childRef.reachability).add(childRef); in computeReachability()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 70 auto it = jobs->queues.try_emplace(comp, comp).first; in queue() 105 for (auto it = jobs->queues.begin(); it != jobs->queues.end(); ) { in threadLoop() 115 it = jobs->queues.erase(it); in threadLoop() 144 it = jobs->queues.upper_bound(comp); in threadLoop() 190 std::owner_less<std::weak_ptr<Codec2Client::Component>>> queues; member
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IStreamIn.hal | 87 * The transport consists of three message queues: 103 * @return retval OK if both message queues were created successfully. 106 * the queues.
|
H A D | IStreamOut.hal | 81 * The transport consists of three message queues: 96 * @return retval OK if both message queues were created successfully. 99 * the queues.
|
H A D | types.hal | 97 * message queues used by StreamIn and StreamOut.
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IStreamIn.hal | 93 * The transport consists of three message queues: 109 * @return retval OK if both message queues were created successfully. 112 * the queues.
|
H A D | IStreamOut.hal | 87 * The transport consists of three message queues: 102 * @return retval OK if both message queues were created successfully. 105 * the queues.
|
H A D | types.hal | 118 * message queues used by StreamIn and StreamOut.
|
/aosp12/hardware/interfaces/audio/5.0/ |
H A D | IStreamIn.hal | 93 * The transport consists of three message queues: 109 * @return retval OK if both message queues were created successfully. 112 * the queues.
|
H A D | IStreamOut.hal | 87 * The transport consists of three message queues: 102 * @return retval OK if both message queues were created successfully. 105 * the queues.
|
H A D | types.hal | 95 * message queues used by StreamIn and StreamOut.
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IStreamIn.hal | 93 * The transport consists of three message queues: 109 * @return retval OK if both message queues were created successfully. 112 * the queues.
|
H A D | IStreamOut.hal | 88 * The transport consists of three message queues: 103 * @return retval OK if both message queues were created successfully. 106 * the queues.
|
/aosp12/hardware/libhardware/modules/sensors/ |
H A D | multihal.cpp | 209 std::vector<SensorEventQueue*> queues; member 226 this->queues.push_back(queue); in addSubHwDevice() 368 queueCount = (int)this->queues.size(); in poll() 371 SensorEventQueue* queue = this->queues.at(this->nextReadIndex); in poll()
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IStreamIn.hal | 102 * The transport consists of three message queues: 118 * @return retval OK if both message queues were created successfully. 121 * the queues.
|
H A D | IStreamOut.hal | 96 * The transport consists of three message queues: 111 * @return retval OK if both message queues were created successfully. 114 * the queues.
|
H A D | IStream.hal | 242 * audio data is being transferred through the stream's message queues.
|
/aosp12/frameworks/native/vulkan/vkjson/ |
H A D | vkjson_instance.cc | 125 device.queues.resize(queue_family_count); in VkJsonGetDevice() 127 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
|
H A D | vkjson.h | 116 std::vector<VkQueueFamilyProperties> queues; member
|
/aosp12/system/bt/gd/docs/architecture/ |
H A D | architecture.md | 101 packets (function closure) passed through queues. Data flow between components 102 are data packets sent through queues, signaled using [`Reactor`](#reactor). They 104 queues:
|
/aosp12/bionic/libc/kernel/uapi/sound/ |
H A D | asequencer.h | 193 int queues; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | asequencer.h | 235 int queues; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | asequencer.h | 311 int queues; /* maximum queues count */ member
|
/aosp12/hardware/interfaces/audio/effect/6.0/ |
H A D | IEffect.hal | 248 * @return retval OK if both message queues were created successfully. 414 * audio data is being transferred through the effect's message queues.
|
/aosp12/hardware/interfaces/audio/effect/7.0/ |
H A D | IEffect.hal | 246 * @return retval OK if both message queues were created successfully. 411 * audio data is being transferred through the effect's message queues.
|