Home | History | Annotate | Download | only in native

Lines Matching defs:property

128     virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) {
131 data.writeInt32(property);
138 virtual void onPropertyUnsubscribe(int32_t property) {
141 data.writeInt32(property);
144 ALOGI("onPropertyUnsubscribe property %d failed %d", property, status);
157 // for now. There can be per property based UID check built-in as well.
180 if (holder.get() == NULL) { // given property not found
251 int32_t property = data.readInt32();
254 r = onPropertySubscribe(property, sampleRate, zones);
260 int32_t property = data.readInt32();
261 onPropertyUnsubscribe(property);