Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatInstance.java720 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 DC2OMXNode.cpp70 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 DIStreamIn.hal87 * The transport consists of three message queues:
103 * @return retval OK if both message queues were created successfully.
106 * the queues.
H A DIStreamOut.hal81 * The transport consists of three message queues:
96 * @return retval OK if both message queues were created successfully.
99 * the queues.
H A Dtypes.hal97 * message queues used by StreamIn and StreamOut.
/aosp12/hardware/interfaces/audio/4.0/
H A DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
H A DIStreamOut.hal87 * The transport consists of three message queues:
102 * @return retval OK if both message queues were created successfully.
105 * the queues.
H A Dtypes.hal118 * message queues used by StreamIn and StreamOut.
/aosp12/hardware/interfaces/audio/5.0/
H A DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
H A DIStreamOut.hal87 * The transport consists of three message queues:
102 * @return retval OK if both message queues were created successfully.
105 * the queues.
H A Dtypes.hal95 * message queues used by StreamIn and StreamOut.
/aosp12/hardware/interfaces/audio/6.0/
H A DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
H A DIStreamOut.hal88 * 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 Dmultihal.cpp209 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 DIStreamIn.hal102 * The transport consists of three message queues:
118 * @return retval OK if both message queues were created successfully.
121 * the queues.
H A DIStreamOut.hal96 * The transport consists of three message queues:
111 * @return retval OK if both message queues were created successfully.
114 * the queues.
H A DIStream.hal242 * audio data is being transferred through the stream's message queues.
/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc125 device.queues.resize(queue_family_count); in VkJsonGetDevice()
127 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
H A Dvkjson.h116 std::vector<VkQueueFamilyProperties> queues; member
/aosp12/system/bt/gd/docs/architecture/
H A Darchitecture.md101 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 Dasequencer.h193 int queues; member
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h235 int queues; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h311 int queues; /* maximum queues count */ member
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIEffect.hal248 * @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 DIEffect.hal246 * @return retval OK if both message queues were created successfully.
411 * audio data is being transferred through the effect's message queues.

12