Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 37) sorted by relevance

12

/device/generic/goldfish/audio/
Dprimary_device.cpp135 AudioPatch patch; in createAudioPatch() local
140 patch.source = sources[0]; in createAudioPatch()
141 patch.sink = sinks[0]; in createAudioPatch()
147 if (mAudioPatches.insert({handle, patch}).second) { in createAudioPatch()
169 AudioPatch patch; in updateAudioPatch() local
170 patch.source = sources[0]; in updateAudioPatch()
171 patch.sink = sinks[0]; in updateAudioPatch()
172 i->second = patch; in updateAudioPatch()
431 Return<Result> PrimaryDevice::releaseAudioPatch(int32_t patch) { in releaseAudioPatch() argument
432 return mDevice->releaseAudioPatch(patch); in releaseAudioPatch()
Dprimary_device.h75 Return<Result> releaseAudioPatch(AudioPatchHandle patch) override;
168 Return<Result> releaseAudioPatch(AudioPatchHandle patch) override;
/device/google/cuttlefish/host/libs/graphics_detector/include/vk_video/
Dvulkan_video_codecs_common.h23 #define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \ argument
24 ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT2 project. If you have contributed a patch or made some other contribution to
3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/device/linaro/dragonboard/installer/db845c/
Drecovery.sh29 sudo ${QDL} prog_firehose_ddr.elf rawprogram[012345].xml patch[012345].xml
/device/linaro/dragonboard/installer/rb5/
Drecovery.sh28 sudo ${QDL} prog_firehose_ddr.elf rawprogram?.xml patch?.xml
/device/google/shusky/location/
Dlhd_user.conf6 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf6 LhePatch=/vendor/firmware/SensorHub.patch
/device/google/pantah/location/
Dlhd_user.conf6 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf6 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd_user.conf.p106 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd_user.conf.c106 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf.p106 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf.c106 LhePatch=/vendor/firmware/SensorHub.patch
/device/google/gs101/location/
Dlhd_user.conf6 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf6 LhePatch=/vendor/firmware/SensorHub.patch
/device/google/lynx/location/
Dlhd_user.conf.l106 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf.l106 LhePatch=/vendor/firmware/SensorHub.patch
/device/google/felix/location/
Dlhd_user.conf.f106 LhePatch=/vendor/firmware/SensorHub.patch
Dlhd.conf.f106 LhePatch=/vendor/firmware/SensorHub.patch
/device/google/atv/audio_proxy/service/
DDeviceImpl.cpp389 Return<Result> DeviceImpl::releaseAudioPatch(AudioPatchHandle patch) { in releaseAudioPatch() argument
390 size_t removed = mAudioPatchHandles.erase(patch); in releaseAudioPatch()
DDeviceImpl.h106 Return<Result> releaseAudioPatch(AudioPatchHandle patch) override;
/device/google/trout/agl_services_build/yocto-layer/meta-google/classes/
Dgoogle-image-overlay.bbclass40 # Copied from https://patchwork.openembedded.org/patch/138100/
/device/generic/vulkan-cereal/third-party/renderdoc/include/
Drenderdoc_app.h453 typedef void(RENDERDOC_CC *pRENDERDOC_GetAPIVersion)(int *major, int *minor, int *patch);
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/internal/
Ddri_interface.h635 int patch; /**< Patch-level. */ member

12