/hardware/interfaces/nfc/1.0/ |
D | INfcClientCallback.hal | 21 * 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.
|
D | INfc.hal | 30 * 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/ |
D | IBluetoothHciCallbacks.hal | 19 /** 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
|
D | IBluetoothHci.hal | 26 * the stack and abstracts away power management, initialization, and other
|
/hardware/google/aemu/base/include/aemu/base/ |
D | HealthMonitor.h | 191 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/ |
D | PathUtils.cpp | 297 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/ |
D | INfcClientCallback.hal | 24 * 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/ |
D | IBluetoothHciCallbacks.hal | 23 * The interface from the Bluetooth Controller to the stack. 28 * @param data the ISO HCI packet to be passed to the host stack
|
D | IBluetoothHci.hal | 28 * the stack and abstracts away power management, initialization, and other
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | IBluetoothAudioProvider.hal | 24 * 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.
|
D | IBluetoothAudioProvidersFactory.hal | 27 * When the Bluetooth stack is ready to create an audio session, it must first
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 22 * 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.
|
D | IBluetoothAudioProvidersFactory.hal | 25 * When the Bluetooth stack is ready to create an audio session, it must first
|
/hardware/google/aemu/windows/tests/yasm/ |
D | hello_world.asm | 43 push rbp ; Push stack 49 pop rbp ; restore stack
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiEventCallback.hal | 25 * Once this event is received, framework must fully reset the Wi-Fi stack state.
|
/hardware/google/aemu/windows/src/ |
D | setjmp.asm | 44 ;; 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/ |
D | attestation_record.cpp | 143 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/ |
D | IGnssVisibilityControlCallback.hal | 24 * 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/ |
D | BufferTracker.h | 109 std::stack<uint32_t, std::vector<uint32_t>> mFreeTokens GUARDED_BY(mMutex);
|
/hardware/interfaces/radio/config/1.1/ |
D | IRadioConfig.hal | 63 * enabled and actively working as part of a working telephony stack). 81 * enabled and actively working as part of a working telephony stack)
|
D | types.hal | 68 * and actively working as part of a working connectivity stack
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 187 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/ |
D | attestation_record.cpp | 205 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/ |
D | attestation_record.cpp | 202 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/ |
D | Burst.h | 125 std::stack<int32_t, std::vector<int32_t>> mFreeSlots GUARDED_BY(mMutex);
|