/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
|
/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/qcom/msm8998/json-c/ |
D | json_tokener.c | 113 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 …]
|
D | json_tokener.h | 86 struct json_tokener_srec *stack; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | Android.mk | 40 $(SRC_CAMERA_HAL_DIR)/QCamera2/stack/common \ 41 $(SRC_CAMERA_HAL_DIR)/QCamera2/stack/mm-camera-interface/inc \
|
/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
|
/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.
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_primary.cpp | 375 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()
|
D | hw_device.cpp | 170 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/display/msm8998/sdm/libs/core/fb/ |
D | hw_primary.cpp | 367 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/sdm845/display/sdm/libs/core/fb/ |
D | hw_primary.cpp | 367 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/ |
D | hw_primary.cpp | 367 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/ |
D | hw_primary.cpp | 367 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/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 223 T stack; in queryParamAsExpected() local 227 ASSERT_EQ(C2_OK, queryOnStack(&stack)); in queryParamAsExpected() 230 EXPECT_NE(0u, stack.size()); in queryParamAsExpected() 231 EXPECT_EQ(stack, expected); in queryParamAsExpected() 251 T stack; in queryUnsupportedParam() local 256 ASSERT_EQ(C2_BAD_INDEX, queryOnStack(&stack)); in queryUnsupportedParam() 257 EXPECT_FALSE(stack); in queryUnsupportedParam()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_primary.cpp | 367 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/bt/msm8960/libbt-vendor/ |
D | Android.mk | 33 $(BDROID_DIR)/stack/include
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | strategy.cpp | 84 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/ |
D | comp_manager.cpp | 241 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/ |
D | hw_peripheral_drm.cpp | 86 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()
|
D | hw_peripheral_drm.h | 59 void ConfigureConcurrentWriteback(LayerStack *stack);
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 131 PostCommitConcurrentWriteback(hw_layer_info.stack->output_buffer); in Commit() 309 bool enable = hw_resource_.has_concurrent_writeback && hw_layer_info.stack->output_buffer; in SetupConcurrentWriteback() 322 ConfigureConcurrentWriteback(hw_layer_info.stack); in SetupConcurrentWriteback() 326 int *fence = &hw_layer_info.stack->output_buffer->release_fence_fd; in SetupConcurrentWriteback()
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 469 LayerStack *stack = hw_layer_info.stack; in DefaultCommit() local 471 stack->retire_fence_fd = -1; in DefaultCommit() 531 LayerStack *stack = hw_layer_info.stack; in AtomicCommit() local 532 stack->retire_fence_fd = retire_fence; in AtomicCommit()
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | Android.mk | 100 $(LOCAL_PATH)/stack/common \ 101 $(LOCAL_PATH)/stack/mm-camera-interface/inc \
|