/frameworks/av/media/libaudiohal/ |
D | FactoryHalHidl.cpp | 41 bool createHalService(const std::string& version, const std::string& interface, in createHalService() 72 const std::string& interface) { in hasHalService() 96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
|
/frameworks/wilhelm/tests/sandbox/ |
D | engine.c | 116 void *interface = NULL; in main() local 140 void *interface = NULL; in main() local
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | FactoryHalHidl.h | 34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_interface_utils.h | 270 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in onCreate() local 281 std::shared_ptr<ICInterface> interface = getInterface(binder); in onDump() local 289 std::shared_ptr<ICInterface> interface = getInterface(binder); in handleShellCommand() local
|
/frameworks/av/media/libstagefright/ |
D | OMXClient.cpp | 66 sp<IOMX> OMXClient::interface() { in interface() function in android::OMXClient
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 85 const char *interface = env("INTERFACE"); in main() local
|
/frameworks/native/libs/binder/rust/tests/ |
D | binderRustNdkInteropTest.cpp | 56 auto interface = aidl::IBinderRustNdkInteropTest::fromBinder(binder); in TEST() local
|
/frameworks/av/media/codec2/components/tests/ |
D | C2SoftCodecTest.cpp | 68 std::shared_ptr<C2ComponentInterface> interface; in TEST_F() local
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVp9Enc.cpp | 116 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
D | C2SoftVp8Enc.cpp | 86 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/native/libs/dumputils/ |
D | dump_utils.cpp | 106 bool should_dump_hal_interface(const std::string& interface) { in should_dump_hal_interface()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 333 const sp<provider::V2_4::ICameraProvider> interface = parentProvider->startProviderInterface(); in setTorchMode() local 398 auto interface = deviceInfo3->startDeviceInterface< in openSession() local 1240 sp<provider::V2_4::ICameraProvider> interface; in tryToInitializeProviderLocked() local 1354 sp<provider::V2_4::ICameraProvider>& interface, in initialize() 1554 auto interface = mActiveInterface.promote(); in startProviderInterface() local 1784 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in reCacheConcurrentStreamingCameraIdsLocked() local 2001 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); in setUpVendorTags() local 2039 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in notifyDeviceStateChange() local 2060 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in isConcurrentSessionConfigurationSupported() local 2201 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); in startDeviceInterface() local [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 406 def beginFeature(self, interface, emit): argument 560 def beginFeature(self, interface, emit): argument 896 def requireAndRemoveFeatures(self, interface, api, profile): argument 962 def generateRequiredInterface(self, interface): argument
|
/frameworks/native/include/binder/ |
D | IInterface.h | 175 #define CHECK_INTERFACE(interface, data, reply) \ argument
|
/frameworks/native/libs/binder/include/binder/ |
D | IInterface.h | 175 #define CHECK_INTERFACE(interface, data, reply) \ argument
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 203 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/base/core/proto/android/service/ |
D | netstats.proto | 51 optional string interface = 1; field
|
/frameworks/native/libs/binder/ndk/ |
D | service_manager.cpp | 97 void AServiceManager_forEachDeclaredInstance(const char* interface, void* context, in AServiceManager_forEachDeclaredInstance()
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 245 c2_node_id_t id, std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 280 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3DeviceInjectionMethods.cpp | 344 HalInterface* interface = nullptr; in injectionDisconnectImpl() local
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 322 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
D | C2SoftAmrWbEnc.cpp | 396 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 358 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 124 static std::vector<std::string> getVintfInstances(const std::string& interface) { in getVintfInstances() 401 binder::Status ServiceManager::getDeclaredInstances(const std::string& interface, std::vector<std::… in getDeclaredInstances()
|