HomeSort by relevance Sort by last modified time
    Searched refs:editValueFor (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tools/aapt/
ResourceFilter.cpp 49 SortedVector<uint32_t>& sv = mData.editValueFor(axis);
ResourceTable.cpp     [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 122 Info& info( mActivationCount.editValueFor(handle) );
134 Info& info( mActivationCount.editValueFor(handle) );
238 Info& info(mActivationCount.editValueFor(handle));
289 Info& info( mActivationCount.editValueFor(handle) );
SensorService.cpp 438 mLastEventSeen.editValueFor(prev) = buffer[i-1];
442 mLastEventSeen.editValueFor(prev) = buffer[count-1];
567 sensors_event_t& event(mLastEventSeen.editValueFor(handle));
    [all...]
  /system/core/include/utils/
KeyedVector.h 78 VALUE& editValueFor(const KEY& key);
164 VALUE& KeyedVector<KEY,VALUE>::editValueFor(const KEY& key) {
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 73 VALUE& editValueFor(const KEY& key);
142 VALUE& KeyedVector<KEY,VALUE>::editValueFor(const KEY& key) {
  /frameworks/av/camera/
ProCamera.cpp 430 return mStreams.editValueFor(streamId);
  /frameworks/av/cmds/stagefright/
codec.cpp 163 CodecState *state = &stateByTrack.editValueFor(trackIndex);
SimplePlayer.cpp 476 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 262 FetcherInfo *info = &mFetcherInfos.editValueFor(uri);
297 FetcherInfo *info = &mFetcherInfos.editValueFor(uri);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 619 milliseconds