HomeSort by relevance Sort by last modified time
    Searched defs:descriptorId (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp 195 auto descriptorId = sNextBufferDescriptorId++;
197 mDescriptors.emplace(descriptorId,
198 std::make_shared<Descriptor>(this, descriptorId));
200 ALOGV("Created descriptor %" PRIu64, descriptorId);
202 *outDescriptor = descriptorId;
268 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptorId,
273 auto descriptor = adapter->getDescriptor(descriptorId);
454 Gralloc1On0Adapter::getDescriptor(gralloc1_buffer_descriptor_t descriptorId)
457 if (mDescriptors.count(descriptorId) == 0) {
461 return mDescriptors[descriptorId];
    [all...]
Gralloc1.cpp 122 gralloc1_buffer_descriptor_t descriptorId;
123 int32_t intError = mFunctions.createDescriptor(mDevice, &descriptorId);
128 auto descriptor = std::make_shared<Descriptor>(*this, descriptorId);
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 464 milliseconds