Searched refs:clientsForProperty (Results 1 – 1 of 1) sorted by relevance
643 sp<HalClientSpVector> clientsForProperty = findOrCreateClientsVectorForPropertyLocked(prop); in subscribe() local644 if (clientsForProperty.get() == NULL) { in subscribe()648 clientsForProperty->add(client); in subscribe()758 sp<HalClientSpVector> clientsForProperty; in findClientsVectorForPropertyLocked() local761 clientsForProperty = mPropertyToClientsMap.editValueAt(index); in findClientsVectorForPropertyLocked()763 return clientsForProperty; in findClientsVectorForPropertyLocked()768 sp<HalClientSpVector> clientsForProperty; in findOrCreateClientsVectorForPropertyLocked() local771 clientsForProperty = mPropertyToClientsMap.editValueAt(index); in findOrCreateClientsVectorForPropertyLocked()773 clientsForProperty = new HalClientSpVector(); in findOrCreateClientsVectorForPropertyLocked()774 ASSERT_OR_HANDLE_NO_MEMORY(clientsForProperty.get(), return clientsForProperty); in findOrCreateClientsVectorForPropertyLocked()[all …]