Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dvp8only_encoder_factory.cpp22 std::unique_ptr<webrtc::VideoEncoderFactory> inner) in VP8OnlyEncoderFactory() argument
23 : inner_(std::move(inner)) {} in VP8OnlyEncoderFactory()
Dvp8only_encoder_factory.h27 VP8OnlyEncoderFactory(std::unique_ptr<webrtc::VideoEncoderFactory> inner);
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c81 uintptr_t inner = va_arg(args, uintptr_t); in osChreApiLogLogv() local
83 va_copy(innerArgs, INTEGER_TO_VA_LIST(inner)); in osChreApiLogLogv()
95 uintptr_t inner = va_arg(args, uintptr_t); in osChreApiLogLogvOld() local
97 va_copy(innerArgs, INTEGER_TO_VA_LIST(inner)); in osChreApiLogLogvOld()