HomeSort by relevance Sort by last modified time
    Searched refs:meta_handle (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/media/libstagefrighthw/
QComOMXMetadata.h 23 buffer_handle_t meta_handle; member in struct:android::encoder_media_buffer_type
  /external/chromium_org/sync/internal_api/public/test/
test_entry_factory.h 69 // Looks up the item referenced by |meta_handle|. If successful, overwrites
73 bool SetServerSpecificsForItem(int64 meta_handle,
76 // Looks up the item referenced by |meta_handle|. If successful, overwrites
80 bool SetLocalSpecificsForItem(int64 meta_handle,
83 // Looks up the item referenced by |meta_handle|. If successful, stores
86 int64 meta_handle) const;
88 // Looks up the item referenced by |meta_handle|. If successful, stores
91 int64 meta_handle) const;
94 bool GetIsUnsyncedForItem(int64 meta_handle) const;
95 bool GetIsUnappliedForItem(int64 meta_handle) const
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 201 int64 meta_handle,
204 MutableEntry entry(&trans, syncable::GET_BY_HANDLE, meta_handle);
214 int64 meta_handle,
217 MutableEntry entry(&trans, syncable::GET_BY_HANDLE, meta_handle);
227 int64 meta_handle) const {
229 syncable::Entry entry(&trans, syncable::GET_BY_HANDLE, meta_handle);
235 int64 meta_handle) const {
237 syncable::Entry entry(&trans, syncable::GET_BY_HANDLE, meta_handle);
242 bool TestEntryFactory::GetIsUnsyncedForItem(int64 meta_handle) const {
244 syncable::Entry entry(&trans, syncable::GET_BY_HANDLE, meta_handle);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record_7x27A.cpp 172 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
210 packet->meta_handle = native_handle_create(1, 3); //1 fd, 1 offset,1 size and 1 data
212 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
229 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
QCameraHWI_Record.cpp 216 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
464 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
466 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
QualcommCameraHardware.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
video_encoder_device.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
video_encoder_device.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 217 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
465 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
467 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc 370 int64 meta_handle = it->first; local
371 SCOPED_TRACE(meta_handle);
373 expected_times.find(meta_handle);
375 ADD_FAILURE() << "Could not find expected time for " << meta_handle;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
    [all...]

Completed in 144 milliseconds