Searched refs:gSyspropList (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A Dmisc.cpp47 static Vector<sysprop_change_callback_info>* gSyspropList = NULL; member in namespace:android
53 if (gSyspropList == NULL) {
54 gSyspropList = new Vector<sysprop_change_callback_info>();
60 for (size_t i=0; i<gSyspropList->size(); i++) {
61 if (priority >= gSyspropList->itemAt(i).priority) {
62 gSyspropList->insertAt(info, i);
68 gSyspropList->add(info);
78 if (gSyspropList != NULL) {
79 listeners = *gSyspropList;

Completed in 2641 milliseconds