HomeSort by relevance Sort by last modified time
    Searched refs:valueFor (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/mockito/src/org/mockito/
ReturnValues.java 36 Object valueFor(InvocationOnMock invocation) throws Throwable;
  /external/mockito/src/org/mockito/internal/stubbing/answers/
AnswerReturnValuesAdapter.java 25 return returnValues.valueFor(invocation);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 172 if(mIonBufLength.valueFor(ptr))
174 munmap((void *)ptr, mIonBufLength.valueFor(ptr));
175 close(mIonFdMap.valueFor(ptr));
176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr));
  /frameworks/base/tools/aapt/
CrunchCache.cpp 101 time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath));
102 time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(relativePath));
ResourceTable.cpp     [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 410 //Though it seems that valueFor() is thread-safe, we don't take chanses
412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
443 //Though it seems that valueFor() is thread-safe, we don't take chanses
445 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
455 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
456 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &&
457 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) &&
458 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
479 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
480 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 234 return m_buffers.valueFor(bufferId);
252 BufferData * buf = m_buffers.valueFor(bufferId);
269 ProgramData *pData = m_programs.valueFor(program);
282 ProgramData *pData = m_programs.valueFor(program);
292 ProgramData* pData = m_programs.valueFor(program);
303 ProgramData *pData = m_programs.valueFor(program);
312 ProgramData* programData = m_programs.valueFor(program);
324 ProgramData* programData = m_programs.valueFor(program);
336 ProgramData* pData = m_programs.valueFor(program);
345 ShaderData* shader = m_shaders.valueFor(shaderId)
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 234 return m_buffers.valueFor(bufferId);
252 BufferData * buf = m_buffers.valueFor(bufferId);
269 ProgramData *pData = m_programs.valueFor(program);
282 ProgramData *pData = m_programs.valueFor(program);
292 ProgramData* pData = m_programs.valueFor(program);
303 ProgramData *pData = m_programs.valueFor(program);
312 ProgramData* programData = m_programs.valueFor(program);
324 ProgramData* programData = m_programs.valueFor(program);
336 ProgramData* pData = m_programs.valueFor(program);
345 ShaderData* shader = m_shaders.valueFor(shaderId)
    [all...]
  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 222 ElementArrayBuffer *oldBuffer = mElementArrayBuffers.valueFor(bufferId);
231 ElementArrayBuffer *buffer = mElementArrayBuffers.valueFor(bufferId);
243 ElementArrayBuffer *buffer = mElementArrayBuffers.valueFor(bufferId);
250 ElementArrayBuffer *buffer = mElementArrayBuffers.valueFor(bufferId);
  /system/core/include/utils/
KeyedVector.h 68 const VALUE& valueFor(const KEY& key) const;
111 * valueFor() is called with a key that doesn't exist.
118 const VALUE& valueFor(const KEY& key) const;
142 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
215 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 64 const VALUE& valueFor(const KEY& key) const;
99 * valueFor() is called with a key that doesn't exist.
106 const VALUE& valueFor(const KEY& key) const;
125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
193 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 88 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
150 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
278 mPacketSources.valueFor(STREAMTYPE_AUDIO)->signalEOS(err);
280 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(err);
282 mPacketSources.valueFor(
481 mPacketSources.valueFor(STREAMTYPE_AUDIO)->signalEOS(ERROR_END_OF_STREAM);
482 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(ERROR_END_OF_STREAM);
484 mPacketSources.valueFor(
1004 audioSource = mPacketSources.valueFor(STREAMTYPE_AUDIO);
1010 videoSource = mPacketSources.valueFor(STREAMTYPE_VIDEO)
    [all...]
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 122 return *(m_plugInMap.valueFor(rsPlugInId)->pInstance);
177 PlugInContainer* pPlugInContainer = m_plugInMap.valueFor(rsPlugInPath);
  /frameworks/av/drm/common/
DrmInfo.cpp 51 return mAttributes.valueFor(key);
DrmInfoRequest.cpp 48 return mRequestInformationMap.valueFor(key);
DrmConstraints.cpp 52 return mConstraintMap.valueFor(*key);
DrmMetadata.cpp 50 return mMetadataMap.valueFor(*key);
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 181 value = (TValue) map.valueFor(key);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 279 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
290 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
354 IDrmEngine* drmEngine = mConvertSessionMap.valueFor(convertId);
365 IDrmEngine* drmEngine = mConvertSessionMap.valueFor(convertId);
496 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
510 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
522 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
534 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
546 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
572 plugInId = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo)
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 216 const sensors_event_t& e(mLastEventSeen.valueFor(s.getHandle()));
306 sensor = mSensorMap.valueFor(handle);
484 SensorInterface* sensor = mSensorMap.valueFor(handle);
515 SensorInterface* sensor = mSensorMap.valueFor( handle );
547 SensorInterface* sensor = mSensorMap.valueFor(handle);
552 SensorRecord* rec = mActiveSensors.valueFor(handle);
628 SensorInterface* sensor = mSensorMap.valueFor(handle);
642 SensorRecord* rec = mActiveSensors.valueFor(handle);
668 SensorInterface* sensor = mSensorMap.valueFor(handle);
686 SensorInterface* sensor = mSensorMap.valueFor(handle)
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 223 SkPath* pathCopy = mPathMap.valueFor(path);
243 SkPaint* paintCopy = mPaintMap.valueFor(paint);
259 SkRegion* regionCopy = mRegionMap.valueFor(region);
307 SkiaShader* shaderCopy = mShaderMap.valueFor(shader);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 100 AudioOutputDescriptor *hwOutputDesc = mOutputs.valueFor(mPrimaryOutput);
  /frameworks/av/media/libmedia/
AudioParameter.cpp 132 value = mParameters.valueFor(key);
  /frameworks/native/services/surfaceflinger/
Client.cpp 79 wp<Layer> layer(mLayers.valueFor(handle));

Completed in 1327 milliseconds

1 2 3