HomeSort by relevance Sort by last modified time
    Searched full:gethandle (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /art/runtime/
handle_scope-inl.h 82 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) {
112 MutableHandle<T> h(GetHandle<T>(pos_));
handle_scope.h 108 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);
150 visitor.VisitRootIfNonNull(GetHandle(i).GetReference());
244 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_) {
  /frameworks/av/services/oboeservice/
AAudioClientTracker.cpp 181 aaudio_handle_t handle = serviceStream->getHandle();
204 result << " stream: 0x" << std::hex << serviceStream->getHandle() << std::dec << "\n";
  /frameworks/native/services/sensorservice/
SensorList.cpp 32 if (handle == si->getSensor().getHandle() &&
128 s.getHandle(),
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 115 mapper->getHandle(),
298 buffer_handle_t handle = mapper->getHandle();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 115 mapper->getHandle(),
298 uint32_t handle = mapper->getHandle();
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 66 int getHandle();
114 public int getHandle();
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 476 deUint32 getHandle (void) const;
534 deUint32 TestTexture2D::getHandle (void) const
566 deUint32 getHandle (void) const;
633 deUint32 TestFramebuffer::getHandle (void) const
677 glw::GLuint getHandle (void) const;
765 deUint32 TestShaderProgram::getHandle (void) const
777 m_gl->useProgram(this->getHandle());
1094 FboSp framebuffer(new TestFramebuffer(m_context, fboConfigList[idx].fboTargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboConfigList[idx].fboType, idx));
    [all...]
es31fSRGBDecodeTests.cpp 419 deUint32 getHandle (void) const;
479 gl.bindTexture(this->getGLTargetType(), this->getHandle());
495 gl.bindTexture(this->getGLTargetType(), this->getHandle());
530 deUint32 SRGBTestTexture::getHandle (void) const
565 gl.bindTexture(this->getGLTargetType(), this->getHandle());
592 deUint32 getHandle (void) const;
644 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen);
645 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORMS, &activeUniforms);
650 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]);
651 location = gl.getUniformLocation(this->getHandle(), &uniformName[0])
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 59 #define gethandle() \ macro
197 gethandle();
299 gethandle();
375 gethandle();
477 gethandle();
537 gethandle();
601 gethandle();
639 gethandle();
735 gethandle();
818 gethandle();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 74 address = getParticipantAddress(participant.getHandle(), countryIso);
79 mUserEntity = participant.getHandle();
172 Uri address = participant.getHandle();
  /docs/source.android.com/en/devices/media/
soc.html 33 <code>OMX_ErrorInsufficientResources</code> on <code>GetHandle</code>,
  /external/python/cpython2/PC/
_subprocess.c 307 gethandle(PyObject* obj, char* name) function
448 si.hStdInput = gethandle(startup_info, "hStdInput");
449 si.hStdOutput = gethandle(startup_info, "hStdOutput");
450 si.hStdError = gethandle(startup_info, "hStdError");
  /external/swiftshader/src/OpenGL/libEGL/
Config.h 37 EGLConfig getHandle() const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h 78 audio_module_handle_t getHandle() const { return mHandle; }
  /frameworks/base/telecomm/java/android/telecom/
ConferenceParticipant.java 131 public Uri getHandle() {
  /frameworks/native/services/sensorservice/hidl/
utils.cpp 38 dst.sensorHandle = src.getHandle();
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 144 *callback = callbacks.GetHandle(node);
debug_report.h 62 static VkDebugReportCallbackEXT GetHandle(const Node* node) {
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 117 unsigned long getHandle() { return mBuffer; }
  /hardware/qcom/display/msm8998/libdrmutils/
drm_res_mgr.cpp 114 master->GetHandle(&dev_fd);
  /hardware/qcom/display/sdm845/libdrmutils/
drm_res_mgr.cpp 114 master->GetHandle(&dev_fd);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestGetMessage.java 101 public String getHandle() {
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessage.java 98 public String getHandle() {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallListAdapter.java 98 Uri handle = call.getDetails().getHandle();

Completed in 1033 milliseconds

1 23 4 5 6 7 8 910