/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Component.cpp | 45 struct Component::Listener : public C2Component::Listener { 47 Listener(const sp<Component>& component) : in Listener() 109 sp<Component> strongComponent = mComponent.promote(); in onWorkDone_nb() 130 wp<Component> mComponent; 135 struct Component::Sink : public IInputSink { 136 std::shared_ptr<Component> mComponent; 147 Sink(const std::shared_ptr<Component>& component); 159 Component::Sink::sSink2ComponentMutex{}; 161 Component::Sink::sSink2Component{}; 163 Component::Sink::Sink(const std::shared_ptr<Component>& component) in Sink() [all …]
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | ICalendar.java | 59 public static class Component { class in ICalendar 74 private final Component mParent; // see if we can get rid of this 75 private LinkedList<Component> mChildren = null; 83 public Component(String name, Component parent) { in Component() method in ICalendar.Component 100 public Component getParent() { in getParent() 108 protected LinkedList<Component> getOrCreateChildren() { in getOrCreateChildren() 110 mChildren = new LinkedList<Component>(); in getOrCreateChildren() 119 public void addChild(Component child) { in addChild() 129 public List<Component> getComponents() { in getComponents() 208 for (Component component : mChildren) { in toString() [all …]
|
D | RecurrenceSet.java | 188 public static boolean populateContentValues(ICalendar.Component component, in populateContentValues() 255 ICalendar.Component component) { in populateComponent() 324 ICalendar.Component component) { in populateComponent() 382 public static void addPropertiesForRuleStr(ICalendar.Component component, in addPropertiesForRuleStr() 442 public static void addPropertyForDateStr(ICalendar.Component component, in addPropertyForDateStr() 464 ICalendar.Component component) { in computeDuration() 497 private static String flattenProperties(ICalendar.Component component, in flattenProperties()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3… 25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME T… 27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 33 30009 am_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3) 41 30013 am_pause_activity (User|1|5),(Token|1|5),(Component Name|3),(User Leaving|3) 43 30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3) 51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 53 30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) [all …]
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | AppActivity.java | 27 private ImmutableMap<Component, ComponentActivity> mComponents; 41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity() 45 public ImmutableSet<Component> getComponents() { in getComponents() 49 public ImmutableMap<Component,ComponentActivity> getComponentActivities() { in getComponentActivities() 63 private HashMap<Component, ComponentActivity> mComponents = new HashMap(); 76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
|
D | AppPower.java | 25 private ImmutableMap<Component, ComponentPower> mComponents; 43 public ComponentPower getComponentPower(Component component) { in getComponentPower() 47 public Set<Component> getComponents() { in getComponents() 62 private HashMap<Component, ComponentPower> mComponents = new HashMap(); 82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
|
D | PowerProfile.java | 69 private HashMap<Component, ComponentProfile> mComponents = new HashMap(); 146 mResult.mComponents.put(Component.AUDIO, mAudio); in parse() 147 mResult.mComponents.put(Component.BLUETOOTH, mBluetooth); in parse() 148 mResult.mComponents.put(Component.CAMERA, mCamera); in parse() 149 mResult.mComponents.put(Component.CPU, mCpuBuilder.build()); in parse() 150 mResult.mComponents.put(Component.FLASHLIGHT, mFlashlight); in parse() 151 mResult.mComponents.put(Component.GPS, mGpsBuilder.build()); in parse() 152 mResult.mComponents.put(Component.MODEM, mModemBuilder.build()); in parse() 153 mResult.mComponents.put(Component.SCREEN, mScreen); in parse() 154 mResult.mComponents.put(Component.VIDEO, mVideo); in parse() [all …]
|
D | ActivityReport.java | 56 public ComponentActivity findGlobalComponent(Component component) { in findGlobalComponent() 76 public void addActivity(Component component, Collection<ComponentActivity> activities) { in addActivity() 82 public void addActivity(Component component, ComponentActivity activity) { in addActivity()
|
/frameworks/rs/ |
D | rsComponent.cpp | 22 Component::Component() { in Component() function in android::renderscript::Component 26 Component::~Component() { in ~Component() 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set() 195 bool Component::isReference() const { in isReference() 249 void Component::dumpLOGV(const char *prefix) const { in dumpLOGV() 259 void Component::serialize(OStream *stream) const { in serialize() 266 void Component::loadFromStream(IStream *stream) { in loadFromStream()
|
D | rsComponent.h | 29 class Component { 31 Component(); 32 ~Component();
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 136 struct Component; 153 std::shared_ptr<Component>* const component); 184 static std::shared_ptr<Component> CreateComponentByName( 260 const std::weak_ptr<Component>& comp, 265 const std::weak_ptr<Component>& comp, 271 const std::weak_ptr<Component>& comp, 277 const std::weak_ptr<Component>& comp) = 0; 296 struct Codec2Client::Component : public Codec2Client::Configurable { struct 380 Component(const sp<Base>& base); 382 ~Component(); [all …]
|
/frameworks/base/tools/powermodel/test/com/android/powermodel/ |
D | PowerProfileTest.java | 57 final AudioProfile audio = (AudioProfile)profile.getComponent(Component.AUDIO); in testReadGood() 62 = (BluetoothProfile)profile.getComponent(Component.BLUETOOTH); in testReadGood() 68 final CameraProfile camera = (CameraProfile)profile.getComponent(Component.CAMERA); in testReadGood() 72 final CpuProfile cpu = (CpuProfile)profile.getComponent(Component.CPU); in testReadGood() 120 = (FlashlightProfile)profile.getComponent(Component.FLASHLIGHT); in testReadGood() 124 final GpsProfile gps = (GpsProfile)profile.getComponent(Component.GPS); in testReadGood() 131 final ModemProfile modem = (ModemProfile)profile.getComponent(Component.MODEM); in testReadGood() 144 final ScreenProfile screen = (ScreenProfile)profile.getComponent(Component.SCREEN); in testReadGood() 150 final VideoProfile video = (VideoProfile)profile.getComponent(Component.VIDEO); in testReadGood() 154 final WifiProfile wifi = (WifiProfile)profile.getComponent(Component.WIFI); in testReadGood()
|
D | BatteryStatsReaderTest.java | 45 = (ModemGlobalActivity)global.getComponentActivity(Component.MODEM); in testModemGlobal() 60 = (ModemAppActivity)gmail.getComponentActivity(Component.MODEM); in testModemApp() 73 = (ModemRemainderActivity)remainder.getComponentActivity(Component.MODEM); in testModemRemainder()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.h | 57 const std::weak_ptr<android::Codec2Client::Component>& comp, in onWorkDone() 66 const std::weak_ptr<android::Codec2Client::Component>& comp, in onTripped() 75 const std::weak_ptr<android::Codec2Client::Component>& comp, in onError() 84 const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() 188 const std::shared_ptr<android::Codec2Client::Component>& component, 198 const std::shared_ptr<android::Codec2Client::Component>& component,
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 421 struct Codec2Client::Component::HidlListener : public IComponentListener { 422 std::weak_ptr<Component> component; 432 std::shared_ptr<Codec2Client::Component> strongComponent = in onWorkDone() 550 std::shared_ptr<Codec2Client::Component>* const component) { in createComponent() 553 sp<Component::HidlListener> hidlListener = new Component::HidlListener{}; in createComponent() 566 *component = std::make_shared<Codec2Client::Component>(c); in createComponent() 894 std::shared_ptr<Codec2Client::Component> 902 std::shared_ptr<Component> component; in CreateComponentByName() 1040 Codec2Client::Component::Component(const sp<Base>& base) in Component() function in android::Codec2Client::Component 1060 Codec2Client::Component::~Component() { in ~Component() [all …]
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 60 struct Component : public IComponent, struct 61 public std::enable_shared_from_this<Component> { 62 Component( 128 void initListener(const sp<Component>& self); argument 130 virtual ~Component() override;
|
D | ComponentStore.h | 122 std::map<Component*, ComponentStatus> mComponentRoster; 125 void reportComponentBirth(Component* component); 127 void reportComponentDeath(Component* component); 129 friend Component; member
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
D | ModemAppActivity.java | 21 import com.android.powermodel.Component; 50 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile() 58 = (ModemGlobalActivity)activityReport.findGlobalComponent(Component.MODEM); in applyProfile()
|
D | ModemRemainderActivity.java | 21 import com.android.powermodel.Component; 56 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile()
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.h | 63 virtual void onWorkDone(const std::weak_ptr<android::Codec2Client::Component> &comp, in onWorkDone() 71 const std::weak_ptr<android::Codec2Client::Component> &comp, in onTripped() 77 virtual void onError(const std::weak_ptr<android::Codec2Client::Component> &comp, in onError() 84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/ |
D | CarSystemUIRootComponent.java | 21 import dagger.Component; 24 @Component(
|
D | CarSystemUIFactory.java | 32 import dagger.Component; 75 @Component(modules = ContextHolder.class)
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 59 const std::shared_ptr<Codec2Client::Component> &comp, in queue() 87 std::shared_ptr<Codec2Client::Component> comp = queue.component.lock(); in threadLoop() 148 Queue(const std::shared_ptr<Codec2Client::Component> &comp) in Queue() 153 std::weak_ptr<Codec2Client::Component> component; 158 std::map<std::weak_ptr<Codec2Client::Component>, 160 std::owner_less<std::weak_ptr<Codec2Client::Component>>> queues; 166 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() 334 std::shared_ptr<Codec2Client::Component> comp = mComp.lock(); in emptyBuffer()
|
D | CCodecConfig.h | 146 const std::shared_ptr<Codec2Client::Component> &component); 240 std::shared_ptr<Codec2Client::Component> component, 252 std::shared_ptr<Codec2Client::Component> component, 259 const std::shared_ptr<Codec2Client::Component> &component); 323 const std::shared_ptr<Codec2Client::Component> &component,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIRootComponent.java | 30 import dagger.Component; 36 @Component(modules = {
|