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

1 2 3 4

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 71 cam_is_type_t isType);
78 virtual int32_t initialize(cam_is_type_t isType) = 0;
88 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
149 virtual int32_t initialize(cam_is_type_t isType);
156 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
184 virtual int32_t initialize(cam_is_type_t isType);
192 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
214 virtual int32_t initialize(cam_is_type_t isType);
245 virtual int32_t initialize(cam_is_type_t isType);
250 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
    [all...]
QCamera3Channel.cpp 210 cam_is_type_t isType)
235 NULL, minStreamBufNum, postprocessMask, isType, streamCbRoutine,
546 int32_t QCamera3RawChannel::initialize(cam_is_type_t isType)
548 return QCamera3RegularChannel::initialize(isType);
550 int32_t QCamera3RegularChannel::initialize(cam_is_type_t isType)
574 mIsType = isType;
756 cam_is_type_t isType)
760 mIsType = isType;
895 int32_t QCamera3MetadataChannel::initialize(cam_is_type_t isType)
911 mIsType = isType;
    [all...]
  /external/skia/src/views/
SkOSMenu.cpp 203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count);
207 if (evt.isType(gMenuEventType) && items) {
225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min);
229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max);
233 return evt.isType(gMenuEventType) && evt.findString(label);
237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value);
241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value);
245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value);
249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value);
253 if (evt.isType(gMenuEventType))
    [all...]
SkEvent.cpp 77 bool SkEvent::isType(const SkString& str) const
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const
  /external/skia/src/views/animated/
SkBorderView.cpp 66 if (evt.isType(SK_EventType_Inval))
71 if (evt.isType("recommendDim"))
SkProgressBarView.cpp 49 if (evt.isType(SK_EventType_Inval))
54 if (evt.isType("recommendDim"))
SkScrollBarView.cpp 103 if (evt.isType(SK_EventType_Inval))
108 if (evt.isType("recommendDim"))
SkWidgetViews.cpp 133 if (!fEvent.isType(""))
184 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
310 if (evt.isType(SK_EventType_Inval))
315 if (evt.isType("recommendDim"))
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.h 78 virtual int32_t initialize(cam_is_type_t isType) = 0;
88 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
115 cam_is_type_t isType,
163 virtual int32_t initialize(cam_is_type_t isType);
172 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
255 virtual int32_t initialize(cam_is_type_t isType);
281 virtual int32_t initialize(cam_is_type_t isType);
289 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
315 virtual int32_t initialize(cam_is_type_t isType);
346 virtual int32_t initialize(cam_is_type_t isType);
    [all...]
QCamera3Channel.cpp 138 * @isType : type of image stabilization required on the stream
150 cam_is_type_t isType,
177 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
772 * PARAMETERS : isType : type of image stabilization on the buffer
778 int32_t QCamera3ProcessingChannel::initialize(cam_is_type_t isType)
803 * @isType : image stabilization type on the stream
810 cam_is_type_t isType)
814 mIsType = isType;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.h 78 virtual int32_t initialize(cam_is_type_t isType) = 0;
88 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
115 cam_is_type_t isType,
163 virtual int32_t initialize(cam_is_type_t isType);
172 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
255 virtual int32_t initialize(cam_is_type_t isType);
281 virtual int32_t initialize(cam_is_type_t isType);
289 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
315 virtual int32_t initialize(cam_is_type_t isType);
346 virtual int32_t initialize(cam_is_type_t isType);
    [all...]
QCamera3Channel.cpp 138 * @isType : type of image stabilization required on the stream
150 cam_is_type_t isType,
177 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
772 * PARAMETERS : isType : type of image stabilization on the buffer
778 int32_t QCamera3ProcessingChannel::initialize(cam_is_type_t isType)
803 * @isType : image stabilization type on the stream
810 cam_is_type_t isType)
814 mIsType = isType;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 101 virtual int32_t initialize(cam_is_type_t isType) = 0;
113 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
145 cam_is_type_t isType,
200 virtual int32_t initialize(cam_is_type_t isType);
209 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
300 virtual int32_t initialize(cam_is_type_t isType);
328 virtual int32_t initialize(cam_is_type_t isType);
337 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
365 virtual int32_t initialize(cam_is_type_t isType);
396 virtual int32_t initialize(cam_is_type_t isType);
    [all...]
QCamera3Channel.cpp 151 * @isType : type of image stabilization required on the stream
163 cam_is_type_t isType,
190 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3Channel.h 96 virtual int32_t initialize(cam_is_type_t isType) = 0;
106 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
137 cam_is_type_t isType,
190 virtual int32_t initialize(cam_is_type_t isType);
199 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
287 virtual int32_t initialize(cam_is_type_t isType);
313 virtual int32_t initialize(cam_is_type_t isType);
321 virtual int32_t registerBuffer(buffer_handle_t * /*buffer*/, cam_is_type_t /*isType*/)
347 virtual int32_t initialize(cam_is_type_t isType);
378 virtual int32_t initialize(cam_is_type_t isType);
    [all...]
QCamera3Channel.cpp 149 * @isType : type of image stabilization required on the stream
161 cam_is_type_t isType,
188 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 690 return !isType(UIProvider.FolderType.DEFAULT);
725 public boolean isType(final int folderType) {
726 return isType(type, folderType);
735 public static boolean isType(final int typeMask, final int folderType) {
743 return isType(FolderType.INBOX);
750 return isType(FolderType.SEARCH);
757 return isType(FolderType.SPAM);
764 return isType(FolderType.TRASH);
771 return isType(FolderType.DRAFT);
786 return isType(FolderType.SENT)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 70 if (Folder.isType(type, excludedType)) {
92 if (Folder.isType(type, UIProvider.FolderType.INBOX)
93 || Folder.isType(type, UIProvider.FolderType.DEFAULT)) {
EmptyFolderDialogFragment.java 89 final int dialogTitleId = Folder.isType(mFolderType, UIProvider.FolderType.SPAM) ?
  /external/skia/samplecode/
GMSampleView.cpp 33 if (evt.isType("GMSampleView::showSize")) {
SampleDraw.cpp 341 if (click->isType("maker")) {
358 if (click->isType("maker")) {
360 } else if (click->isType("dragger")) {
  /external/skia/include/views/
SkEvent.h 46 bool isType(const SkString& str) const;
49 bool isType(const char type[], size_t len = 0) const;
  /external/skia/src/views/mac/
SkOSWindow_Mac.mm 38 if (evt.isType(kINVAL_NSVIEW_EventType)) {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Util.java 78 return MoreTypes.isType(type)
87 return MoreTypes.isType(type)
94 return MoreTypes.isType(type)
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
TypeVariableName.java 109 return !MoreTypes.isType(input) || !MoreTypes.isTypeOf(Object.class, input);

Completed in 1124 milliseconds

1 2 3 4