Home
last modified time | relevance | path

Searched refs:get_next_prop (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/
DIPropIterator.aidl27 Property get_next_prop(); in get_next_prop() method
/trusty/kernel/lib/shared/device_tree/service/include/lib/shared/device_tree/service/
Ddevice_tree_service.h36 Status get_next_prop(Property* prop);
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp294 Status PropIterator::get_next_prop(Property* prop) { in get_next_prop() function in com::android::trusty::device_tree::PropIterator
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp271 auto rc = piprop_iter->get_next_prop(property); in device_tree_iprop_iter_get_next_prop()