Home
last modified time | relevance | path

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

1234

/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
/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/qcom/msm8998/json-c/
Djson_tokener.c113 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec)); in json_tokener_new_ex()
114 if (!tok->stack) { in json_tokener_new_ex()
133 if (tok->stack) free(tok->stack); in json_tokener_free()
139 tok->stack[depth].state = json_tokener_state_eatws; in json_tokener_reset_level()
140 tok->stack[depth].saved_state = json_tokener_state_start; in json_tokener_reset_level()
141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level()
142 tok->stack[depth].current = NULL; in json_tokener_reset_level()
143 free(tok->stack[depth].obj_field_name); in json_tokener_reset_level()
144 tok->stack[depth].obj_field_name = NULL; in json_tokener_reset_level()
187 #define state tok->stack[tok->depth].state
[all …]
Djson_tokener.h86 struct json_tokener_srec *stack; member
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
DAndroid.mk40 $(SRC_CAMERA_HAL_DIR)/QCamera2/stack/common \
41 $(SRC_CAMERA_HAL_DIR)/QCamera2/stack/mm-camera-interface/inc \
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Ddirectory_iterator.cpp271 stack<__dir_stream> __stack_;
332 auto& stack = __imp_->__stack_; in __advance() local
334 while (stack.size() > 0) { in __advance()
335 if (stack.top().advance(m_ec)) in __advance()
339 stack.pop(); in __advance()
343 path root = move(stack.top().__root_); in __advance()
/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
/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.
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp375 LayerStack *stack = hw_layer_info.stack; in Validate() local
398 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
399 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
411 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
416 stack->flags.post_processed_output); in Validate()
424 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
Dhw_device.cpp170 LayerStack *stack = hw_layer_info.stack; in Validate() local
186 Layer *layer = stack->layers.at(layer_index); in Validate()
269 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Validate()
364 LayerStack *stack = hw_layer_info.stack; in Commit() local
375 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer; in Commit()
420 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
458 stack->retire_fence_fd = mdp_commit.retire_fence; in Commit()
468 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer; in Commit()
488 DLOGI_IF(kTagDriverConfig, "retire_fence_fd %d", stack->retire_fence_fd); in Commit()
/hardware/qcom/bt/msm8960/libbt-vendor/
DAndroid.mk33 $(BDROID_DIR)/stack/include
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_primary.cpp367 LayerStack *stack = hw_layer_info.stack; in Validate() local
400 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
401 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
413 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
418 stack->flags.post_processed_output); in Validate()
430 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_primary.cpp367 LayerStack *stack = hw_layer_info.stack; in Validate() local
400 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
401 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
413 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
418 stack->flags.post_processed_output); in Validate()
430 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_primary.cpp367 LayerStack *stack = hw_layer_info.stack; in Validate() local
400 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
401 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
413 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
418 stack->flags.post_processed_output); in Validate()
430 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_primary.cpp367 LayerStack *stack = hw_layer_info.stack; in Validate() local
400 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
401 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
413 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
418 stack->flags.post_processed_output); in Validate()
430 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_primary.cpp367 LayerStack *stack = hw_layer_info.stack; in Validate() local
400 if (stack->output_buffer && hw_resource_.has_concurrent_writeback) { in Validate()
401 LayerBuffer *output_buffer = stack->output_buffer; in Validate()
413 mdp_commit.flags |= (stack->flags.post_processed_output) ? MDP_COMMIT_CWB_DSPP : 0; in Validate()
418 stack->flags.post_processed_output); in Validate()
430 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dstrategy.cpp84 LayerStack *layer_stack = hw_layers_info_->stack; in Start()
140 LayerStack *layer_stack = hw_layers_info_->stack; in GetNextStrategy()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcomp_manager.cpp241 if(hw_layers->info.stack->flags.secure_present) in PrepareStrategyConstraints()
252 hw_layers->info.stack->flags.skip_present = 1; in PrepareStrategyConstraints()
253 for(auto &layer : hw_layers->info.stack->layers) { in PrepareStrategyConstraints()
269 uint32_t app_layer_count = UINT32(hw_layers->info.stack->layers.size()) - 1; in PrepareStrategyConstraints()
511 LayerStack *layer_stack = hw_layers->info.stack; in SupportLayerAsCursor()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_peripheral_drm.h59 void ConfigureConcurrentWriteback(LayerStack *stack);
Dhw_peripheral_drm.cpp86 PostCommitConcurrentWriteback(hw_layer_info.stack->output_buffer); in Commit()
154 bool enable = hw_resource_.has_concurrent_writeback && hw_layer_info.stack->output_buffer; in SetupConcurrentWriteback()
167 ConfigureConcurrentWriteback(hw_layer_info.stack); in SetupConcurrentWriteback()
Dhw_virtual_drm.cpp125 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Commit()
145 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; in Validate()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DAndroid.mk24 $(LOCAL_PATH)/../../stack/mm-camera-interface/inc \
/hardware/qcom/camera/msm8998/QCamera2/
DAndroid.mk100 $(LOCAL_PATH)/stack/common \
101 $(LOCAL_PATH)/stack/mm-camera-interface/inc \

1234