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

1 2 3 4

  /frameworks/base/opengl/java/android/opengl/
EGLObjectHandle.java 25 private final int mHandle;
28 mHandle = handle;
40 return mHandle;
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 25 private final int mHandle;
28 mHandle = handle;
40 return mHandle;
  /frameworks/av/libvideoeditor/lvpp/
I420ColorConverter.cpp 23 mHandle = dlopen("libI420colorconvert.so", RTLD_NOW);
25 if (mHandle == NULL) {
32 (void (*)(I420ColorConverter*)) dlsym(mHandle, "getI420ColorConverter");
36 dlclose(mHandle);
37 mHandle = NULL;
48 return mHandle != NULL;
52 if (mHandle) {
53 dlclose(mHandle);
I420ColorConverter.h 32 void* mHandle;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 87 if(!strcmp(mHandle->useCase, SND_USE_CASE_VERB_HIFI_LOW_POWER) ||
88 !strcmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_LPA)) {
91 mHandle->module->setLpaVolume(vol);
94 else if(!strcmp(mHandle->useCase, SND_USE_CASE_VERB_HIFI_TUNNEL) ||
95 !strcmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_TUNNEL)) {
98 mHandle->module->setCompressedVolume(vol);
101 else if(!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL,
102 sizeof(mHandle->useCase)) || !strncmp(mHandle->useCase,
103 SND_USE_CASE_MOD_PLAY_VOIP, sizeof(mHandle->useCase)))
    [all...]
ALSAControl.cpp 45 mHandle = mixer_open(device);
46 ALOGV("ALSAControl: ctor mixer %p", mHandle);
51 if (mHandle) mixer_close(mHandle);
58 if (!mHandle) {
63 ctl = mixer_get_control(mHandle, name, index);
76 if (!mHandle) {
82 ctl = mixer_get_control(mHandle, name, 0);
97 if (!mHandle) {
102 ctl = mixer_get_control(mHandle, name, 0)
    [all...]
AudioStreamInALSA.cpp 138 if((mHandle->handle == NULL) && (mHandle->rxHandle == NULL) &&
139 (strcmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL)) &&
140 (strcmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP))) {
142 snd_use_case_get(mHandle->ucMgr, "_verb", (const char **)&use_case);
144 if ((mHandle->devices == AudioSystem::DEVICE_IN_VOICE_CALL) &&
152 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_CAPTURE_VOICE,
153 sizeof(mHandle->useCase));
158 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_CAPTURE_VOICE_UL_DL,
159 sizeof(mHandle->useCase))
    [all...]
ALSAStreamOps.cpp 50 mHandle(handle)
58 if((!strcmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL)) ||
59 (!strcmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP))) {
74 if (mHandle == &(*it)) {
101 if (mHandle->channels != popCount(*channels))
104 if (mHandle->devices & AudioSystem::DEVICE_OUT_ALL) {
135 if (mHandle->sampleRate != *rate)
138 *rate = mHandle->sampleRate;
141 snd_pcm_format_t iformat = mHandle->format;
170 if (mHandle->format != iformat
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 64 mHandle = ::dlopen(pFileName, flags);
65 if (mHandle == NULL) {
85 assert((mHandle != NULL) && "Invalid DyldSymbolResolver!");
86 return ::dlsym(mHandle, pName);
90 if (mHandle != NULL) {
91 ::dlclose(mHandle);
92 mHandle = NULL;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 52 mHandle(NULL),
66 mHandle = dlopen("/vendor/lib/libthermalclient.so", RTLD_NOW);
67 if (!mHandle) {
74 *(void **)&mRegister = dlsym(mHandle, "thermal_client_register_callback");
82 *(void **)&mUnregister = dlsym(mHandle, "thermal_client_unregister_callback");
116 dlclose(mHandle);
117 mHandle = NULL;
136 if (mHandle)
137 dlclose(mHandle);
139 mHandle = NULL
    [all...]
QCameraThermalAdapter.h 70 void *mHandle;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 52 mHandle(NULL),
66 mHandle = dlopen("/vendor/lib/libthermalclient.so", RTLD_NOW);
67 if (!mHandle) {
74 *(void **)&mRegister = dlsym(mHandle, "thermal_client_register_callback");
82 *(void **)&mUnregister = dlsym(mHandle, "thermal_client_unregister_callback");
116 dlclose(mHandle);
117 mHandle = NULL;
136 if (mHandle)
137 dlclose(mHandle);
139 mHandle = NULL
    [all...]
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.cpp 64 mHandle(NULL), mNewPlayer(NULL), mDeletePlayer(NULL),
117 if (!isTestUrl(url) || NULL != mHandle) {
135 mHandle = ::dlopen(mFilename, RTLD_NOW | RTLD_GLOBAL);
136 if (!mHandle) {
144 mNewPlayer = reinterpret_cast<NEW_PLAYER>(dlsym(mHandle,
155 mDeletePlayer = reinterpret_cast<DELETE_PLAYER>(dlsym(mHandle,
184 if (mHandle) {
185 ::dlclose(mHandle);
186 mHandle = NULL;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InsertionHandleController.java 29 private HandleView mHandle;
72 mHandle.showPastePopupWindow();
85 return mHandle != null && mHandle.isDragging();
101 mHandle.positionAt((int) x, (int) y);
108 mHandle.beginFadeIn();
115 mHandle.setVisibility(visibility);
119 return mHandle.getAdjustedPositionX();
123 return mHandle.getAdjustedPositionY();
128 return mHandle;
    [all...]
  /frameworks/native/libs/gui/
SurfaceControl.cpp 52 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp)
64 mClient->destroySurface(mHandle);
69 mHandle.clear();
90 return lhs->mHandle == rhs->mHandle;
97 return client->setLayerStack(mHandle, layerStack);
103 return client->setLayer(mHandle, layer);
109 return client->setPosition(mHandle, x, y);
115 return client->setSize(mHandle, w, h);
121 return client->hide(mHandle);
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 26 private int mHandle;
64 return mHandle;
NativeLlcpConnectionlessSocket.java 30 private int mHandle;
69 return mHandle;
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 26 private int mHandle;
64 return mHandle;
NativeLlcpConnectionlessSocket.java 30 private int mHandle;
69 return mHandle;
  /frameworks/native/libs/binder/
BpBinder.cpp 90 : mHandle(handle)
95 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
165 mHandle, code, data, reply, flags);
193 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
196 self->requestDeathNotification(mHandle, this);
229 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
231 self->clearDeathNotification(mHandle, this);
246 this, mHandle, mObitsSent ? "true" : "false");
254 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
256 self->clearDeathNotification(mHandle, this)
    [all...]
  /frameworks/base/core/java/android/os/
UserHandle.java 67 final int mHandle;
217 mHandle = h;
222 return mHandle;
227 return "UserHandle{" + mHandle + "}";
235 return mHandle == other.mHandle;
244 return mHandle;
252 out.writeInt(mHandle);
310 mHandle = in.readInt();
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 25 private int mHandle;
56 return mHandle;
  /frameworks/base/services/java/com/android/server/am/
UserStartedState.java 35 public final UserHandle mHandle;
44 mHandle = handle;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 64 mHandle(new tagvideoDecControls),
82 PVCleanUpVideoDecoder(mHandle);
85 delete mHandle;
86 mHandle = NULL;
90 memset(mHandle, 0, sizeof(tagvideoDecControls));
153 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
163 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
170 PVSetPostProcType((VideoDecControls *) mHandle, 0);
193 PVSetReferenceYUV(mHandle, outHeader->pBuffer);
216 mHandle, &bitstream, &timestamp, &tmp
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 96 mHandle(NULL),
102 CHECK(mHandle == NULL);
106 CHECK(mHandle == NULL);
108 mHandle = handle;
160 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone);
168 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
197 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
225 static_cast<OMX_COMPONENTTYPE *>(mHandle));
228 mHandle = NULL;
264 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cmd, param, NULL)
    [all...]

Completed in 1250 milliseconds

1 2 3 4