Searched refs:mHandle (Results 26 - 50 of 67) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp84 mHandle(new tagvideoEncControls),
110 CHECK(mHandle != NULL);
111 memset(mHandle, 0, sizeof(tagvideoEncControls));
193 if (!PVInitVideoEncoder(mHandle, mEncParams)) {
211 PVCleanUpVideoEncoder(mHandle);
219 delete mHandle;
220 mHandle = NULL;
419 if (!PVGetVolHeader(mHandle, outPtr, &dataLength, 0)) {
484 if (!PVEncodeVideoFrame(mHandle, &vin, &vout,
486 !PVGetHintTrack(mHandle,
[all...]
H A DSoftMPEG4Encoder.h73 tagvideoEncControls *mHandle; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp59 mHandle(NULL),
77 H264SwDecRelease(mHandle);
78 mHandle = NULL;
96 if (H264SwDecInit(&mHandle, 0) == H264SWDEC_OK) {
155 ret = H264SwDecDecode(mHandle, &inPicture, &outPicture);
163 CHECK(H264SwDecGetInfo(mHandle, &decoderInfo) == H264SWDEC_OK);
173 if (H264SwDecNextPicture(mHandle, &decodedPicture, 0)
288 mHandle, &decodedPicture, eos /* flush */)) {
/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp28 : mHandle(handle),
96 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
H A DMtpServer.h75 MtpObjectHandle mHandle; member in class:android::MtpServer::ObjectEdit
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp57 CloseArchive(mHandle);
85 const int32_t error = FindEntry(mHandle, data->name, &(data->entry));
138 int32_t error = StartIteration(mHandle, &(ze->cookie),
202 int fd = GetFileDescriptor(mHandle);
229 const int32_t error = ExtractToMemory(mHandle, &(zipEntry->entry),
247 const int32_t error = ExtractEntryToFile(mHandle, &(zipEntry->entry), fd);
/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java27 private int mHandle; field in class:MtpObjectInfo
58 return mHandle;
355 mObjectInfo.mHandle = -1;
366 mObjectInfo.mHandle = -1;
389 mObjectInfo.mHandle = value;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h76 audio_module_handle_t getHandle() const { return mHandle; }
87 audio_module_handle_t mHandle; member in class:android::HwModule
/frameworks/native/include/binder/
H A DBpBinder.h32 inline int32_t handle() const { return mHandle; }
100 const int32_t mHandle; member in class:android::BpBinder
/frameworks/native/include/gui/
H A DSurfaceControl.h51 return mHandle!=0 && mClient!=0;
118 sp<IBinder> mHandle; member in class:android::SurfaceControl
H A DSensor.h110 int32_t mHandle; member in class:android::Sensor
/frameworks/native/libs/gui/
H A DSensor.cpp37 mName(name), mHandle(0), mType(0),
52 mHandle = hwSensor.handle;
286 mName.string(), mHandle, mType, actualReportingMode, expectedReportingMode);
324 return mHandle;
422 sizeof(mVersion) + sizeof(mHandle) + sizeof(mType) +
445 FlattenableUtils::write(buffer, size, mHandle);
484 sizeof(mVersion) + sizeof(mHandle) + sizeof(mType) + sizeof(mMinValue) +
492 FlattenableUtils::read(buffer, size, mHandle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java109 private DividerHandleView mHandle; field in class:DividerView
249 mHandle = (DividerHandleView) findViewById(R.id.docked_divider_handle);
252 mHandle.setOnTouchListener(this);
268 mHandle.setPointerIcon(PointerIcon.getSystemIcon(getContext(),
271 mHandle.setAccessibilityDelegate(mHandleDelegate);
333 mWindowManagerProxy.setTouchRegion(new Rect(mHandle.getLeft(), mHandle.getTop(),
334 mHandle.getRight(), mHandle.getBottom()));
350 mHandle
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp196 mHandle(NULL),
218 CHECK(mHandle == NULL);
224 CHECK(mHandle == NULL);
225 mHandle = handle;
253 CLOG_LIFE(freeNode, "handle=%p", mHandle);
257 if (mHandle == NULL) {
273 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone);
281 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
311 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
340 static_cast<OMX_COMPONENTTYPE *>(mHandle));
[all...]
/frameworks/av/include/radio/
H A DRadio.h82 const radio_handle_t mHandle; member in class:android::Radio
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h82 tagAVCHandle *mHandle; member in struct:android::SoftAVCEncoder
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java43 private final Uri mHandle; field in class:ParcelableCall
90 mHandle = handle;
147 return mHandle;
342 destination.writeParcelable(mHandle, 0);
H A DCall.java317 private final Uri mHandle; field in class:Call.Details
482 return mHandle;
590 Objects.equals(mHandle, d.mHandle) &&
612 Objects.hashCode(mHandle) +
646 mHandle = handle;
688 sb.append(Log.pii(mHandle));
/frameworks/base/tools/aapt2/io/
H A DZipArchive.h76 ZipArchiveHandle mHandle; member in class:aapt::io::ZipFileCollection
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp31 mHandle(static_cast<audio_patch_handle_t>(android_atomic_inc(&mNextUniqueId))),
46 snprintf(buffer, SIZE, "%*s- handle: %2d\n", spaces, "", mHandle);
154 patches[patchesWritten++].id = patch->mHandle;
H A DHwModule.cpp30 mHandle(AUDIO_MODULE_HANDLE_NONE),
228 snprintf(buffer, SIZE, " - handle: %d\n", mHandle);
306 if (hwModule->mHandle == 0) {
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h121 void *mHandle; // returned by dlopen member in class:android::TestPlayerStub
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp512 ALOGV("detach() unloading model %d", model->mHandle);
514 mHwDevice->stop_recognition(mHwDevice, model->mHandle);
516 mHwDevice->unload_sound_model(mHwDevice, model->mHandle);
595 mHwDevice->stop_recognition(mHwDevice, model->mHandle);
800 mHwDevice->stop_recognition(mHwDevice, model->mHandle);
812 event.common.model = model->mHandle;
823 event.common.model = model->mHandle;
834 event.common.model = model->mHandle;
860 mHandle(handle), mState(STATE_IDLE), mCaptureSession(session),
/frameworks/base/core/java/android/hardware/
H A DSensor.java795 private int mHandle; field in class:Sensor
930 return mHandle;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp545 command->mStatus = af->createAudioPatch(&data->mPatch, &data->mHandle);
555 command->mStatus = af->releaseAudioPatch(data->mHandle);
808 data->mHandle = *handle;
814 *handle = data->mHandle;
825 data->mHandle = handle;
997 handle = ((CreateAudioPatchData *)command->mParam.get())->mHandle;
1000 handle = ((ReleaseAudioPatchData *)command->mParam.get())->mHandle;
1005 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle;
1008 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle;

Completed in 4149 milliseconds

123