/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | MediaHevcDecoder.cpp | 43 auto transport = GoldfishMediaTransport::getInstance(); in initHevcContext() 72 auto transport = GoldfishMediaTransport::getInstance(); in resetHevcContext() 92 auto transport = GoldfishMediaTransport::getInstance(); in destroyHevcContext() 108 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame() 136 auto transport = GoldfishMediaTransport::getInstance(); in sendMetadata() 151 auto transport = GoldfishMediaTransport::getInstance(); in flush() 164 auto transport = GoldfishMediaTransport::getInstance(); in getImage() 204 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | MediaH264Decoder.cpp | 43 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context() 72 auto transport = GoldfishMediaTransport::getInstance(); in resetH264Context() 92 auto transport = GoldfishMediaTransport::getInstance(); in destroyH264Context() 108 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame() 136 auto transport = GoldfishMediaTransport::getInstance(); in sendMetadata() 151 auto transport = GoldfishMediaTransport::getInstance(); in flush() 164 auto transport = GoldfishMediaTransport::getInstance(); in getImage() 204 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | goldfish_vpx_impl.cpp | 45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation() 57 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy() 67 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init() 121 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_get_frame() 147 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_send_metadata() 162 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_flush() 177 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_decode()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 43 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context() 74 auto transport = GoldfishMediaTransport::getInstance(); in resetH264Context() 94 auto transport = GoldfishMediaTransport::getInstance(); in destroyH264Context() 109 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame() 135 auto transport = GoldfishMediaTransport::getInstance(); in flush() 148 auto transport = GoldfishMediaTransport::getInstance(); in getImage() 186 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation() 57 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy() 67 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init() 119 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_get_frame() 149 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_flush() 166 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_decode()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 284 mError = GrallocHalWrapper::getInstance().registerBuffer(mNativeHandle); in GrallocDirectChannel() 290 mError = GrallocHalWrapper::getInstance().lock(mNativeHandle, in GrallocDirectChannel() 317 GrallocHalWrapper::getInstance().unlock(mNativeHandle); in ~GrallocDirectChannel() 320 GrallocHalWrapper::getInstance().unregisterBuffer(mNativeHandle); in ~GrallocDirectChannel() 321 if (!GrallocHalWrapper::getInstance().unregisterImplyDelete()) { in ~GrallocDirectChannel() 331 GrallocHalWrapper::getInstance().isSameMemory(mem->handle, mNativeHandle); in memoryMatches()
|
D | hubconnection.h | 54 static HubConnection *getInstance();
|
D | sensors.cpp | 48 mHubConnection(HubConnection::getInstance()) { in SensorContext()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | NotificationCenter.java | 70 private static NotificationCenter getInstance() { in getInstance() method in NotificationCenter 90 NotificationCenter nc = getInstance(); in initialize() 100 getInstance().refreshLowBatteryNotificationImpl(device, state, forceNotification); in refreshLowBatteryNotification() 104 getInstance().sendDfuNotificationImpl(device); in sendDfuNotification() 108 getInstance().dismissUpdateNotificationImpl(device); in dismissUpdateNotification() 112 getInstance().dfuNotificationSnoozeWatch.clear(); in resetUpdateNotification()
|
D | BluetoothUtils.java | 309 () -> LocalBluetoothManager.getInstance( in getLocalBluetoothManager()
|
/device/google/atv/audio_proxy/ |
D | AudioProxy.cpp | 23 static AudioProxyImpl* getInstance(); 44 AudioProxyImpl* AudioProxyImpl::getInstance() { in getInstance() function in __anon5de9392b0111::AudioProxyImpl 52 return AudioProxyImpl::getInstance()->registerDevice(device) ? 0 : -1; in audio_proxy_register_device()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | AppFragment.java | 371 LocalBroadcastManager.getInstance(getContext()).registerReceiver(mReceiver, in startListening() 375 LocalBroadcastManager.getInstance(getContext()).registerReceiver(mReceiver, in startListening() 379 LocalBroadcastManager.getInstance(getContext()).registerReceiver(mReceiver, in startListening() 388 LocalBroadcastManager.getInstance(getContext()) in stopListening()
|
D | LaunchItemsManager.java | 307 LocalBroadcastManager.getInstance(this) in invalidateAppList() 313 LocalBroadcastManager.getInstance(this) in invalidateGameList() 319 LocalBroadcastManager.getInstance(this) in invalidateSettingsList()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | Display.cpp | 524 if (!Device::getInstance().persistentKeyValueEnabled()) { in getBootConfigId() 532 HWC3::Error error = Device::getInstance().getPersistentKeyValue(std::to_string(mId), "", &val); in getBootConfigId() 571 HWC3::Error error = Device::getInstance().setPersistentKeyValue(key, val); in setBootConfig() 587 HWC3::Error error = Device::getInstance().setPersistentKeyValue(key, val); in clearBootConfig()
|
D | ComposerClient.cpp | 133 error = Device::getInstance().getComposer(&mComposer); in init()
|
/device/google/contexthub/lefty/ |
D | Lefty.cpp | 27 Lefty::Lefty() : mHubConnection(HubConnection::getInstance()) { in Lefty()
|
/device/generic/goldfish-opengl/system/codecs/omx/common/include/ |
D | goldfish_media_utils.h | 94 static GoldfishMediaTransport* getInstance();
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | goldfish_media_utils.h | 105 static GoldfishMediaTransport *getInstance();
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | EventReporter.java | 116 String date = df.format(Calendar.getInstance().getTime()); in reportMessage()
|
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/ |
D | ClockWidgetProvider.java | 53 AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context); in update()
|
/device/generic/goldfish-opengl/system/codecs/omx/common/ |
D | goldfish_media_utils.cpp | 156 GoldfishMediaTransport* GoldfishMediaTransport::getInstance() { in getInstance() function in GoldfishMediaTransport
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
D | goldfish_media_utils.cpp | 162 GoldfishMediaTransport *GoldfishMediaTransport::getInstance() { in getInstance() function in GoldfishMediaTransport
|
/device/generic/goldfish/provision/EmulatorProvisonLib/src/com/android/sdksetup/ |
D | ProvisionActivity.java | 222 final InputManagerGlobal im = InputManagerGlobal.getInstance(); in setKeyboardLayout()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | DfuProvider.java | 170 mDigest = MessageDigest.getInstance("MD5"); in DfuProvider()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 17772 HSPLandroid/animation/AnimationHandler;->getInstance()Landroid/animation/AnimationHandler; 17915 HSPLandroid/animation/ArgbEvaluator;->getInstance()Landroid/animation/ArgbEvaluator; 18359 HSPLandroid/app/ActivityClient;->getInstance()Landroid/app/ActivityClient; 18578 HSPLandroid/app/ActivityTaskManager;->getInstance()Landroid/app/ActivityTaskManager; 19706 HSPLandroid/app/DexLoadReporter;->getInstance()Landroid/app/DexLoadReporter; 21017 HSPLandroid/app/ResourcesManager;->getInstance()Landroid/app/ResourcesManager; 21517 PLandroid/app/admin/DevicePolicyCache;->getInstance()Landroid/app/admin/DevicePolicyCache; 22456 HSPLandroid/appwidget/AppWidgetManager;->getInstance(Landroid/content/Context;)Landroid/appwidget/A… 24683 HSPLandroid/content/res/ConfigurationBoundResourceCache;->getInstance(JLandroid/content/res/Resourc… 24693 HSPLandroid/content/res/DrawableCache;->getInstance(JLandroid/content/res/Resources;Landroid/conten… [all …]
|