HomeSort by relevance Sort by last modified time
    Searched refs:GetPosition (Results 51 - 75 of 235) sorted by null

1 23 4 5 6 7 8 910

  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ContentPipe.h 170 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 163 << " x:" << mouse_event.GetPosition().x()
164 << " y:" << mouse_event.GetPosition().y()
  /external/chromium_org/ppapi/c/
ppb_input_event.h 536 * GetPosition() returns the pixel location of a mouse input event. When
547 struct PP_Point (*GetPosition)(PP_Resource mouse_event);
579 struct PP_Point (*GetPosition)(PP_Resource mouse_event);
    [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 580 if (it->RefocusByMouseClick(ev.GetPosition().x(),
581 ev.GetPosition().y())) {
601 if (it->Contains(ev.GetPosition().x(),
602 ev.GetPosition().y())) {
606 it->MouseDrag(ev.GetPosition().x(), ev.GetPosition().y());
621 it->MouseUp(ev.GetPosition().x(), ev.GetPosition().y());
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient_unittest.cc 188 recv_stream_.GetPosition(&position);
198 send_stream_.GetPosition(&position);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 110 (*caller)->GetPosition(caller, &pMsec);
116 (*caller)->GetPosition(caller, &pMsec);
  /external/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 388 provider->GetPosition(&position);
416 provider->GetPosition(&position);
435 provider->GetPosition(&position);
456 provider->GetPosition(&position);
464 provider->GetPosition(&position);
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 285 int CPDF_ProgressiveReflowPageParser::GetPosition()
291 return m_pProvider->GetPosition() / 2;
293 return m_pProvider->GetPosition() / 2 + m_pReflowEngine->GetPosition() / 2;
436 int CPDF_ProgressiveReflowPageRender::GetPosition()
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 225 stream->GetPosition(&start_);
232 stream->GetPosition(&start_);
265 bool StreamSegment::GetPosition(size_t* position) const {
268 if (!StreamAdapterInterface::GetPosition(position))
440 bool FileStream::GetPosition(size_t* position) const {
635 bool AsyncWriteStream::GetPosition(size_t* position) const {
637 return stream_->GetPosition(position);
819 bool MemoryStreamBase::GetPosition(size_t* position) const {
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc 208 stream->GetPosition(&start_);
215 stream->GetPosition(&start_);
248 bool StreamSegment::GetPosition(size_t* position) const {
251 if (!StreamAdapterInterface::GetPosition(position))
423 bool FileStream::GetPosition(size_t* position) const {
618 bool AsyncWriteStream::GetPosition(size_t* position) const {
620 return stream_->GetPosition(position);
802 bool MemoryStreamBase::GetPosition(size_t* position) const {
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 153 result = (*caller)->GetPosition(caller, &msec);
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
232 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &posMsec);
  /external/chromium_org/pdf/
button.cc 69 pp::Point pt = mouse_event.GetPosition();
fading_controls.cc 56 pp::Point pt = mouse_event.GetPosition();
85 mouse_event.GetPosition(),
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 96 pp::Point position(mouse_event.GetPosition());
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.h 208 // Note that we use GetPosition(), rather than GetSize(), to avoid flush the
210 return stream_ && size && stream_->GetPosition(size);
  /external/lzma/CPP/Windows/
FileIO.h 50 bool GetPosition(UInt64 &position) const;
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 80 FX_FILESIZE CFXCRT_FileAccess_Posix::GetPosition() const
  /frameworks/wilhelm/tests/listening/
seekTorture.c 129 result = (*playerPlay)->GetPosition(playerPlay, &nowPos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 196 TAPE_PROCESS_COMMAND_ROUTINE GetPosition;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsdriver.h 185 STDMETHOD(GetPosition)(THIS_ LPDWORD lpdwCurrentPlayCursor,LPDWORD lpdwCurrentWriteCursor) PURE;
203 #define IDsDriverBuffer_GetPosition(p,a,b) (p)->lpVtbl->GetPosition(p,a,b)
341 STDMETHOD(GetPosition)(THIS_ LPDWORD lpdwCurrentPlayCursor,LPDWORD lpdwCurrentWriteCursor) PURE;
357 #define IDsCaptureDriverBuffer_GetPosition(p,a,b) (p)->lpVtbl->GetPosition(p,a,b)

Completed in 1676 milliseconds

1 23 4 5 6 7 8 910