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

1 2

  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.h 56 Error createDescriptor(const IMapper::BufferDescriptorInfo& info,
69 GRALLOC1_PFN_CREATE_DESCRIPTOR createDescriptor;
Gralloc1Allocator.cpp 85 &mDispatch.createDescriptor);
128 Error error = createDescriptor(descriptorInfo, &desc);
253 Error Gralloc1Allocator::createDescriptor(
258 int32_t error = mDispatch.createDescriptor(mDevice, &descriptor);
Gralloc1On0Adapter.h 89 gralloc1_error_t createDescriptor(
93 auto error = getAdapter(device)->createDescriptor(outDescriptor);
Gralloc1On0Adapter.cpp 195 gralloc1_error_t Gralloc1On0Adapter::createDescriptor(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
ChangeViewContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
ExtractIncludeContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
ExtractStyleContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
UnwrapContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
WrapInContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
UnwrapRefactoring.java 155 protected VisualRefactoringDescriptor createDescriptor() {
ChangeViewRefactoring.java 129 protected VisualRefactoringDescriptor createDescriptor() {
WrapInRefactoring.java 143 protected VisualRefactoringDescriptor createDescriptor() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringContribution.java 30 * @see org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, int)
34 public RefactoringDescriptor createDescriptor(
  /frameworks/native/include/ui/
Gralloc2.h 44 Error createDescriptor(
104 Error error = mMapper.createDescriptor(descriptorInfo, &descriptor);
  /hardware/interfaces/graphics/mapper/2.0/
IMapper.hal 80 createDescriptor(BufferDescriptorInfo descriptorInfo)
  /hardware/interfaces/graphics/mapper/2.0/default/
GrallocMapper.h 36 Return<void> createDescriptor(const BufferDescriptorInfo& descriptorInfo,
GrallocMapper.cpp 115 Return<void> GrallocMapper::createDescriptor(
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.h 62 BufferDescriptor createDescriptor(
VtsHalGraphicsMapperTestUtils.cpp 117 BufferDescriptor descriptor = createDescriptor(descriptorInfo);
134 BufferDescriptor Gralloc::createDescriptor(
137 mMapper->createDescriptor(
VtsHalGraphicsMapperV2_0TargetTest.cpp 67 descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo));
113 * Test IMapper::createDescriptor with valid descriptor info.
116 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo));
120 * Test IMapper::createDescriptor with invalid descriptor info.
125 mGralloc->getMapper()->createDescriptor(
128 << "createDescriptor did not fail with BAD_VALUE";
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDbElement.java 78 public static GattDbElement createDescriptor(UUID uuid, int permissions) {
  /frameworks/native/libs/ui/
Gralloc2.cpp 42 Error Mapper::createDescriptor(
47 auto ret = mMapper->createDescriptor(descriptorInfo,
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc1.h 92 GRALLOC1_PFN_CREATE_DESCRIPTOR createDescriptor =
134 err32 = createDescriptor(d, &descriptor);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc1.h 92 GRALLOC1_PFN_CREATE_DESCRIPTOR createDescriptor =
134 err32 = createDescriptor(d, &descriptor);

Completed in 3465 milliseconds

1 2