Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 54) sorted by relevance

123

/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl82 String getSuffix(in int slot); in getSuffix()
91 boolean isSlotBootable(in int slot); in isSlotBootable()
101 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful()
117 void setActiveBootSlot(in int slot); in setActiveBootSlot()
126 void setSlotAsUnbootable(in int slot); in setSlotAsUnbootable()
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl41 String getSuffix(in int slot); in getSuffix()
42 boolean isSlotBootable(in int slot); in isSlotBootable()
43 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful()
45 void setActiveBootSlot(in int slot); in setActiveBootSlot()
46 void setSlotAsUnbootable(in int slot); in setSlotAsUnbootable()
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl41 String getSuffix(in int slot); in getSuffix()
42 boolean isSlotBootable(in int slot); in isSlotBootable()
43 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful()
45 void setActiveBootSlot(in int slot); in setActiveBootSlot()
46 void setSlotAsUnbootable(in int slot); in setSlotAsUnbootable()
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp58 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot()
71 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) { in setSlotAsUnbootable()
84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable()
91 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful()
98 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix()
/hardware/interfaces/boot/1.2/default/
DBootControl.cpp58 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot()
71 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) { in setSlotAsUnbootable()
84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable()
91 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful()
98 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix()
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp136 for (unsigned int slot = 0; slot < kMaxNumSlots; ++slot) { in InitDefaultBootloaderControl() local
158 for (unsigned int slot = 0; slot < kMaxNumSlots; ++slot) { in InitDefaultBootloaderControl() local
186 for (unsigned int slot = 0; slot < kMaxNumSlots; ++slot) { in SlotSuffixToIndex() local
282 bool BootControl::SetActiveBootSlot(unsigned int slot) { in SetActiveBootSlot()
316 bool BootControl::SetSlotAsUnbootable(unsigned int slot) { in SetSlotAsUnbootable()
332 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable()
344 bool BootControl::IsSlotMarkedSuccessful(unsigned int slot) { in IsSlotMarkedSuccessful()
356 bool BootControl::IsValidSlot(unsigned int slot) { in IsValidSlot()
372 const char* BootControl::GetSuffix(unsigned int slot) { in GetSuffix()
Dlegacy_boot_control.cpp55 int BootControl_setActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in BootControl_setActiveBootSlot()
60 int BootControl_setSlotAsUnbootable(struct boot_control_module* module, unsigned int slot) { in BootControl_setSlotAsUnbootable()
65 int BootControl_isSlotBootable(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotBootable()
70 int BootControl_isSlotMarkedSuccessful(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotMarkedSuccessful()
75 const char* BootControl_getSuffix(boot_control_module_t* module, unsigned int slot) { in BootControl_getSuffix()
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp56 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot()
65 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) { in setSlotAsUnbootable()
74 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable()
82 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful()
90 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp55 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot()
64 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) { in setSlotAsUnbootable()
73 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable()
81 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful()
89 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_init() local
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_destroy() local
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_callback_process_sync_call() local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_lock_a_slot() local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_save_callback() local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_wait_callback() local
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_init() local
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_destroy() local
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_callback_process_sync_call() local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_lock_a_slot() local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_save_callback() local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_wait_callback() local
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_init() local
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_destroy() local
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_callback_process_sync_call() local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_lock_a_slot() local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_save_callback() local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_wait_callback() local
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_init() local
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_destroy() local
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_callback_process_sync_call() local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_lock_a_slot() local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_save_callback() local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_wait_callback() local
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_init() local
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_sync_call_destroy() local
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_api_callback_process_sync_call() local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; in loc_lock_a_slot() local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_save_callback() local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; in loc_api_wait_callback() local
/hardware/interfaces/radio/aidl/compat/service/
Dservice.cpp39 std::shared_ptr<compat::CallbackManager> cm, const std::string& slot) { in publishRadioHal()
53 static void publishRadio(std::string slot) { in publishRadio()
93 for (const auto& slot : slots) { in main() local
/hardware/ti/am57x/bootctrl/
Dboot_control.cc84 for (unsigned int slot = 0; slot < kMaxNumSlots; ++slot) { in SlotSuffixToIndex() local
173 int IsSlotMarkedSuccessful(boot_control_module_t* module, unsigned int slot) { in IsSlotMarkedSuccessful()
216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot()
263 int SetSlotAsUnbootable(boot_control_module_t* module, unsigned int slot) { in SetSlotAsUnbootable()
291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable()
309 const char* GetSuffix(boot_control_module_t* module, unsigned int slot) { in GetSuffix()
/hardware/qcom/bootctrl/
Dboot_control.cpp152 static int update_slot_attribute(const char *slot, in update_slot_attribute()
334 unsigned slot) in boot_control_check_slot_sanity()
367 const char *get_suffix(struct boot_control_module *module, unsigned slot) in get_suffix()
401 unsigned slot) in boot_ctl_set_active_slot_for_partitions()
571 int set_active_boot_slot(struct boot_control_module *module, unsigned slot) in set_active_boot_slot()
642 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot) in set_slot_as_unbootable()
658 int is_slot_bootable(struct boot_control_module *module, unsigned slot) in is_slot_bootable()
676 int is_slot_marked_successful(struct boot_control_module *module, unsigned slot) in is_slot_marked_successful()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp76 for (int32_t slot : slots) { in getCacheEntries() local
123 Burst::MemoryCache::getCacheEntryLocked(int32_t slot) { in getCacheEntryLocked()
131 void Burst::MemoryCache::addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) { in addCacheEntryLocked()
136 void Burst::MemoryCache::removeCacheEntry(int32_t slot) { in removeCacheEntry()
189 Return<void> Burst::freeMemory(int32_t slot) { in freeMemory()
/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp118 Error ComposerHandleCache::lookupCache(uint32_t slot, const native_handle_t** outHandle) { in lookupCache()
127 Error ComposerHandleCache::updateCache(uint32_t slot, const native_handle_t* handle, in updateCache()
140 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle()
157 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer()
164 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream()
194 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget()
201 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer()
344 Error ComposerResources::getDisplayClientTarget(Display display, uint32_t slot, bool fromCache, in getDisplayClientTarget()
352 Error ComposerResources::getDisplayOutputBuffer(Display display, uint32_t slot, bool fromCache, in getDisplayOutputBuffer()
360 Error ComposerResources::getLayerBuffer(Display display, Layer layer, uint32_t slot, bool fromCache, in getLayerBuffer()
[all …]
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp95 const int32_t slot = slots[i]; in getMemoriesHelper() local
132 const int32_t slot = iter->second; in cacheMemory() local
145 const int32_t slot = allocateSlotLocked(); in cacheMemory() local
162 nn::GeneralResult<nn::SharedMemory> Burst::MemoryCache::getMemory(int32_t slot) { in getMemory()
173 const int32_t slot = mMemoryIdToSlot.at(memory); in freeMemory() local
193 const int32_t slot = mFreeSlots.top(); in allocateSlotLocked() local
200 const int32_t slot = static_cast<int32_t>(mMemoryCache.size()); in allocateSlotLocked() local
/hardware/google/camera/common/profiler/
Dprofiler.cc124 TimeSlot slot; member
317 TimeSlot& slot = time_series[valid_request_id]; in Start() local
340 TimeSlot& slot = timing_map_[name][valid_request_id]; in End() local
369 for (const auto& slot : time_series) { in PrintResult() local
524 for (const auto& slot : time_series) { in GetLatencyData() local
573 for (const auto& slot : time_series) { in PrintResult() local
597 for (const auto& slot : time_series) { in DumpResult() local
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp111 CommandResult MarkSlotUnbootable(int32_t slot) { in MarkSlotUnbootable()
120 CommandResult SetActiveBootSlot(int slot) { in SetActiveBootSlot()
228 CommandResult MarkSlotUnbootable(int32_t slot) { in MarkSlotUnbootable()
242 CommandResult SetActiveBootSlot(int32_t slot) { in SetActiveBootSlot()
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h86 void setClientTarget(int64_t display, uint32_t slot, const native_handle_t* target, in setClientTarget()
97 void setOutputBuffer(int64_t display, uint32_t slot, const native_handle_t* buffer, in setOutputBuffer()
143 void setLayerBuffer(int64_t display, int64_t layer, uint32_t slot, in setLayerBuffer()
148 void setLayerBufferWithNewCommand(int64_t display, int64_t layer, uint32_t slot, in setLayerBufferWithNewCommand()
262 Buffer getBufferCommand(uint32_t slot, const native_handle_t* bufferHandle, int fence) { in getBufferCommand()
/hardware/ril/include/telephony/
Dril_msim.h37 int slot; /* 0, 1, ... etc. */ member
/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/
DComposerResources.h46 const uint32_t slot = 0; in getReadbackBuffer() local

123