Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 46) sorted by relevance

12

/hardware/interfaces/nfc/1.0/
DINfcClientCallback.hal21 * The callback passed in from the NFC stack that the HAL
22 * can use to pass events back to the stack.
27 * The callback passed in from the NFC stack that the HAL
28 * can use to pass incomming data to the stack.
DINfc.hal30 * If open() returns NfcStatus::OK, the NCI stack will wait for a
33 * If open() returns NfcStatus::FAILED, the NCI stack will stop.
56 * If coreInitialized() returns NfcStatus::OK, the NCI stack will wait for a
59 * If coreInitialized() returns NfcStatus::FAILED, the NCI stack will
70 * If prediscover() returns NfcStatus::OK, the NCI stack will wait for a
73 * If prediscover() returns NfcStatus::FAILED, the NCI stack will start
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal19 /** The interface from the Bluetooth Controller to the stack. */
29 * Bluetooth controller to be forwarded to the Bluetooth stack.
30 * @param event is the HCI event to be sent to the Bluetooth stack.
36 * @param data the ACL HCI packet to be passed to the host stack
42 * @param data the SCO HCI packet to be passed to the host stack
DIBluetoothHci.hal26 * the stack and abstracts away power management, initialization, and other
/hardware/google/aemu/base/include/aemu/base/
DHealthMonitor.h191 auto& stack = threadTasks[mHealthMonitor]; in mHealthMonitor() local
194 stack.empty() ? std::nullopt : std::make_optional(stack.top())); in mHealthMonitor()
196 stack.push(id); in mHealthMonitor()
224 std::unordered_map<HealthMonitorT*, std::stack<typename HealthMonitorT::Id>>;
242 auto& stack = threadTasks[mHealthMonitor]; in checkedStackPop() local
248 if (stack.empty()) { in checkedStackPop()
252 if (stack.top() != id) { in checkedStackPop()
254 << "HealthWatchdog id " << id << " does not match top of stack: " << stack.top(); in checkedStackPop()
256 stack.pop(); in checkedStackPop()
/hardware/google/aemu/base/
DPathUtils.cpp297 std::vector<String> stack; in simplifyComponents() local
307 if (!stack.empty() && stack.back() != "..") { in simplifyComponents()
308 stack.pop_back(); in simplifyComponents()
310 stack.push_back(std::move(component)); in simplifyComponents()
315 stack.push_back(std::move(component)); in simplifyComponents()
317 if (stack.empty()) { in simplifyComponents()
318 stack.push_back("."); in simplifyComponents()
320 components->swap(stack); in simplifyComponents()
/hardware/interfaces/nfc/1.1/
DINfcClientCallback.hal24 * The callback passed in from the NFC stack that the HAL
25 * can use to pass events back to the stack.
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHciCallbacks.hal23 * The interface from the Bluetooth Controller to the stack.
28 * @param data the ISO HCI packet to be passed to the host stack
DIBluetoothHci.hal28 * the stack and abstracts away power management, initialization, and other
/hardware/interfaces/bluetooth/audio/2.1/
DIBluetoothAudioProvider.hal24 * HAL interface from the Bluetooth stack to the Audio HAL
26 * The Bluetooth stack calls methods in this interface to start and end audio
35 * This method indicates that the Bluetooth stack is ready to stream audio.
DIBluetoothAudioProvidersFactory.hal27 * When the Bluetooth stack is ready to create an audio session, it must first
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal22 * HAL interface from the Bluetooth stack to the Audio HAL
24 * The Bluetooth stack calls methods in this interface to start and end audio
33 * This method indicates that the Bluetooth stack is ready to stream audio.
DIBluetoothAudioProvidersFactory.hal25 * When the Bluetooth stack is ready to create an audio session, it must first
/hardware/google/aemu/windows/tests/yasm/
Dhello_world.asm43 push rbp ; Push stack
49 pop rbp ; restore stack
/hardware/interfaces/wifi/1.5/
DIWifiEventCallback.hal25 * Once this event is received, framework must fully reset the Wi-Fi stack state.
/hardware/google/aemu/windows/src/
Dsetjmp.asm44 ;; A call to setjmp preserves the current stack pointer, non-volatile registers, and
46 ;; resets the stack pointer, non-volatile registers, and MxCsr registers,
80 ;; First we reconstruct out stack, so when we call ret, we go back to sigjmp location
83 mov [rsp], rax ; Set our return address on the stack.
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
146 for (size_t i = 0; i < sk_ASN1_INTEGER_num(stack); ++i) { in copyAuthTag()
148 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i)))); in copyAuthTag()
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControlCallback.hal24 * Protocol stack that is requesting the non-framework location information.
91 /** Protocol stack that initiated the non-framework location request. */
95 * Name of the protocol stack if protocolStack field is set to OTHER_PROTOCOL_STACK.
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBufferTracker.h109 std::stack<uint32_t, std::vector<uint32_t>> mFreeTokens GUARDED_BY(mMutex);
/hardware/interfaces/radio/config/1.1/
DIRadioConfig.hal63 * enabled and actively working as part of a working telephony stack).
81 * enabled and actively working as part of a working telephony stack)
Dtypes.hal68 * and actively working as part of a working connectivity stack
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp187 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
190 for (size_t i = 0; i < sk_ASN1_INTEGER_num(stack); ++i) { in copyAuthTag()
192 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i)))); in copyAuthTag()
/hardware/interfaces/security/keymint/support/
Dattestation_record.cpp205 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
208 for (size_t i = 0; i < sk_ASN1_INTEGER_num(stack); ++i) { in copyAuthTag()
210 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i)))); in copyAuthTag()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp202 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
205 for (size_t i = 0; i < sk_ASN1_INTEGER_num(stack); ++i) { in copyAuthTag()
207 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i)))); in copyAuthTag()
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DBurst.h125 std::stack<int32_t, std::vector<int32_t>> mFreeSlots GUARDED_BY(mMutex);

12