Searched refs:mId (Results 1 - 25 of 46) sorted by relevance

12

/hardware/libhardware/modules/camera/3_0/
H A DCamera.cpp57 : mId(id),
83 ALOGI("%s:%d: Opening camera device", __func__, mId);
88 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
115 ALOGI("%s:%d: Closing camera device", __func__, mId);
120 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
133 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
138 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
149 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config);
154 ALOGE("%s:%d: NULL stream configuration array", __func__, mId);
158 ALOGE("%s:%d: Empty stream configuration array", __func__, mId);
[all...]
H A DStream.cpp37 mId(id),
154 if (id != mId) {
156 __func__, mId, id, mId);
161 __func__, mId, s, mStream);
166 "expect %s(%d)", __func__, mId, typeToString(s->stream_type),
172 "expect %s(%d)", __func__, mId, formatToString(s->format),
178 __func__, mId, s->width, mWidth);
183 __func__, mId, s->height, mHeight);
196 __func__, mId, buf_se
[all...]
H A DStream.h57 const int mId; member in class:default_camera_hal::Stream
H A DCamera.h90 const int mId; member in class:default_camera_hal::Camera
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp102 : mId(id),
133 ALOGI("%s:%d: Opening camera device", __func__, mId);
138 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
168 ALOGI("%s:%d: Closing camera device", __func__, mId);
173 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
185 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
193 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
205 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config);
214 ALOGE("%s:%d: NULL stream configuration array", __func__, mId);
218 ALOGE("%s:%d: Empty stream configuration array", __func__, mId);
[all...]
H A DStream.cpp38 mId(id),
130 if (id != mId) {
132 __func__, mId, id, mId);
137 __func__, mId, s, mStream);
142 "expect %s(%d)", __func__, mId, typeToString(s->stream_type),
148 "expect %s(%d)", __func__, mId, formatToString(s->format),
154 __func__, mId, s->width, mStream->width);
159 __func__, mId, s->height, mStream->height);
168 dprintf(fd, "Stream ID: %d (%p)\n", mId, mStrea
[all...]
H A DStream.h51 const int mId; member in class:usb_camera_hal::Stream
H A DCamera.h84 const int mId; member in class:usb_camera_hal::Camera
/hardware/libhardware/modules/camera/3_4/
H A Dcamera.cpp55 : mId(id),
76 ALOGI("%s:%d: Opening camera device", __func__, mId);
81 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
126 __func__, mId);
134 __func__, mId);
143 ALOGI("%s:%d: Closing camera device", __func__, mId);
148 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
162 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
167 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
177 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_confi
[all...]
H A Dcamera.h120 const int mId; member in class:default_camera_hal::Camera
/hardware/google/av/codec2/vndk/bufferpool/include/bufferpool/
H A DBufferPoolTypes.h36 uint32_t mId; member in struct:android::hardware::media::bufferpool::BufferPoolData
38 BufferPoolData() : mConnectionId(0), mId(0) {}
42 : mConnectionId(connectionId), mId(id) {}
/hardware/interfaces/camera/device/3.2/default/include/
H A Dconvert.h35 // The camera3_stream_t sent to conventional HAL. Added mId fields to enable stream ID lookup
38 int mId; member in struct:android::hardware::camera::device::V3_2::implementation::Camera3Stream
/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp61 dst->mId = src.id;
76 dst->id = src->mId;
122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h45 * VendorExtension::mId => similar to OMX extension ID
115 return (OMX_INDEXTYPE)mId;
166 OMX_INDEXTYPE mId; member in struct:VendorExtension
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h45 * VendorExtension::mId => similar to OMX extension ID
115 return (OMX_INDEXTYPE)mId;
166 OMX_INDEXTYPE mId; member in struct:VendorExtension
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h237 wifi_request_id mId; member in class:WifiCommand
242 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
251 mId(id), mRefs(1)
263 return mId;
/hardware/google/av/codec2/vndk/bufferpool/vts/
H A Dsingle.cpp117 ASSERT_TRUE(buffer[i]->mId != buffer[j]->mId);
136 bid[i] = buffer->mId;
161 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs,
/hardware/interfaces/camera/device/3.3/default/
H A Dconvert.cpp35 dst->v3_2.id = src->mId;
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp551 : mId(sNextId++),
579 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId);
583 ALOGV("[%" PRIu64 "] acceptChanges", mId);
606 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId);
617 mId, layerId);
629 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
638 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId,
643 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId);
654 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
659 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configI
1621 output << " Display " << mId << ": "; local
[all...]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp510 : mId(sNextId++),
538 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId);
542 ALOGV("[%" PRIu64 "] acceptChanges", mId);
568 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId);
579 mId, layerId);
591 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
600 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId,
605 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId);
615 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
620 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configI
1518 output << " Display " << mId << ": "; local
[all...]
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.h47 : mId(id), mCookie(cookie) {}
50 uint32_t getId() const { return mId; }
58 const uint32_t mId; member in class:android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl::SoundModelClient
/hardware/interfaces/soundtrigger/2.1/default/
H A DSoundTriggerHw.cpp154 event_2_0.common.model = mId;
167 event.header.model = mId;
179 event.header.model = mId;
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.h59 int getId() { return mId; }
64 int mId; member in class:android::AudioStreamOutDump
105 int mId; member in class:android::AudioStreamInDump
H A DAudioDumpInterface.cpp265 : mInterface(interface), mId(id),
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
358 mId = valueInt;
426 : mInterface(interface), mId(id),
448 sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h193 hwc2_display_t getId() const { return mId; }
286 mId(0),
303 void setId(hwc2_config_t id) { mId = id; }
304 hwc2_config_t getId() const { return mId; }
318 hwc2_config_t mId; member in class:android::HWC2On1Adapter::Display::Config
395 const hwc2_display_t mId; member in class:android::HWC2On1Adapter::Display
528 bool operator==(const Layer& other) { return mId == other.mId; }
531 hwc2_layer_t getId() const { return mId; }
586 const hwc2_layer_t mId; member in class:android::HWC2On1Adapter::Layer
[all...]

Completed in 1515 milliseconds

12