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

/frameworks/base/tools/aapt/
H A DResourceFilter.cpp49 SortedVector<uint32_t>& sv = mData.editValueFor(axis);
H A DResourceTable.cpp3425 Public& p = mPublic.editValueFor(name);
/frameworks/native/include/utils/
H A DKeyedVector.h72 VALUE& editValueFor(const KEY& key);
148 VALUE& KeyedVector<KEY,VALUE>::editValueFor(const KEY& key) { function in class:android::KeyedVector
/frameworks/base/services/sensorservice/
H A DSensorDevice.cpp182 Info& info( mActivationCount.editValueFor(handle) );
246 Info& info( mActivationCount.editValueFor(handle) );
H A DSensorService.cpp314 mLastEventSeen.editValueFor(prev) = buffer[i-1];
318 mLastEventSeen.editValueFor(prev) = buffer[count-1];
430 sensors_event_t& event(mLastEventSeen.editValueFor(handle));
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp160 CodecState *state = &stateByTrack.editValueFor(trackIndex);
H A DSimplePlayer.cpp474 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2111 BatteryUsageInfo &info = mBatteryData.editValueFor(uid);

Completed in 6601 milliseconds