Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 144) sorted by relevance

123456

/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
DClockWidgetProvider.java21 public void onReceive(Context context, Intent intent) { in onReceive()
42 public void onAppWidgetOptionsChanged(Context context, AppWidgetManager appWidgetManager, in onAppWidgetOptionsChanged()
47 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate()
52 private void update(Context context) { in update()
58 private RemoteViews getRemoteViews(Context context) { in getRemoteViews()
65 private static int getConnectedResId(Context context) { in getConnectedResId()
85 private static void writeConnectivity(Context context, boolean inetConnected) { in writeConnectivity()
90 private static boolean readConnectivity(Context context) { in readConnectivity()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothUtils.java61 private static void setKnownRemoteLabels(Context context) { in setKnownRemoteLabels()
104 public static boolean isRemote(Context context, BluetoothDevice device) { in isRemote()
156 public static boolean isOfficialDevice(Context context, BluetoothDevice device) { in isOfficialDevice()
172 public static boolean isOfficialRemote(Context context, BluetoothDevice device) { in isOfficialRemote()
176 public static int getIcon(Context context, BluetoothDevice device) { in getIcon()
214 Context context, BluetoothDevice device, int metadataKey, int stringArrayResId) { in isBluetoothDeviceMetadataInList()
235 public static Class getBluetoothDeviceServiceClass(Context context) { in getBluetoothDeviceServiceClass()
245 public static LocalBluetoothManager getLocalBluetoothManager(Context context) { in getLocalBluetoothManager()
261 Context context, BluetoothDevice device) { in getCachedBluetoothDevice()
DPowerUtils.java27 public static boolean isCecControlEnabled(Context context) { in isCecControlEnabled()
33 public static void enableCecControl(Context context, boolean enable) { in enableCecControl()
DConfiguration.java29 public static Configuration get(Context context) { in get()
39 private Configuration(Context context) { in Configuration()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesPreferenceFragment.java69 Preference create(Context context, BluetoothDeviceProvider provider, in create()
135 private static PreferenceCategory findOrCreateCategory(Context context, PreferenceGroup group, in findOrCreateCategory()
173 private static void updateBtDevicePreference(Context context, BluetoothDeviceProvider provider, in updateBtDevicePreference()
195 private static Preference createConnectedBtPreference(Context context, in createConnectedBtPreference()
219 private static Preference createPairedBtPreference(Context context, in createPairedBtPreference()
235 private int updateBtDevices(Context context, PreferenceCategory category, in updateBtDevices()
294 Context context = getContext(); in updatePairedDevices() local
308 Context context = getContext(); in updateConnectedDevices() local
324 protected static boolean isCecSettingsEnabled(Context context) { in isCecSettingsEnabled()
328 protected static boolean isAxelSettingsEnabled(Context context) { in isAxelSettingsEnabled()
[all …]
DSliceBroadcastReceiver.java51 public void onReceive(Context context, Intent intent) { in onReceive()
78 Context context, int requestCode, ArrayList<String> uris, String updatedUri) { in updateSliceIntent()
88 Context context, int requestCode, ArrayList<String> uris, String navigatingBackUri) { in backAndUpdateSliceIntent()
DConnectedDevicesSliceProvider.java174 Context context = getContext(); in onSlicePinned() local
193 Context context = getContext(); in onSliceUnpinned() local
408 Context context = getContext(); in createBluetoothDeviceSlice() local
608 Context context = getContext(); in createCecSlice() local
654 Context context, BluetoothDeviceProvider provider, BluetoothDevice device) { in createBtDeviceSlicePreference()
675 private static void updateBtDevicePreference(Context context, BluetoothDeviceProvider provider, in updateBtDevicePreference()
716 private boolean showDisconnectButton(BluetoothDevice device, Context context) { in showDisconnectButton()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp641 void* context, in allocAndInitializeDescriptorSets()
736 …void clearDescriptorPoolAndUnregisterDescriptorSets(void* context, VkDevice device, VkDescriptorPo… in clearDescriptorPoolAndUnregisterDescriptorSets()
1124 void* context, in on_vkEnumerateInstanceExtensionProperties()
1216 void* context, in on_vkEnumerateDeviceExtensionProperties()
1437 void* context, VkResult, in on_vkEnumeratePhysicalDevices()
1561 void* context, in on_vkGetPhysicalDeviceMemoryProperties()
1595 void* context, in on_vkCreateInstance()
1619 void* context, in on_vkCreateDevice()
1644 void* context, in on_vkDestroyDevice_pre()
1665 uint32_t getColorBufferMemoryIndex(void* context, VkDevice device) { in getColorBufferMemoryIndex()
[all …]
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp97 struct context { in debug() struct
98 HwCalBase *obj; in debug()
99 int fd; in debug()
100 } context{this, fd}; in debug() local
106 struct context *context = static_cast<struct context *>(cookie); in debug() local
/device/google/felix/vibrator/common/
DHardwareBase.cpp115 struct context { in debug() struct
116 HwCalBase *obj; in debug()
117 int fd; in debug()
118 } context{this, fd}; in debug() local
124 struct context *context = static_cast<struct context *>(cookie); in debug() local
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DNetworkLaunchItem.java38 public NetworkLaunchItem(Context context, ResolveInfo info, SignalStrength signalStrength, in NetworkLaunchItem()
64 private static Drawable getEthernetDrawable(Context context, NetworkInfo networkInfo) { in getEthernetDrawable()
72 private static Drawable getWifiDrawable(Context context, NetworkInfo networkInfo, in getWifiDrawable()
94 private static Drawable getCellularDrawable(Context context, NetworkInfo networkInfo, in getCellularDrawable()
/device/generic/vulkan-cereal/stream-servers/gl/
DColorBufferGl.cpp246 RecursiveScopedContextBind context(helper); in create() local
335 RecursiveScopedContextBind context(m_helper); in ~ColorBufferGl() local
370 RecursiveScopedContextBind context(m_helper); in readPixels() local
395 RecursiveScopedContextBind context(m_helper); in readPixelsScaled() local
459 RecursiveScopedContextBind context(m_helper); in readPixelsYUVCached() local
560 RecursiveScopedContextBind context(m_helper); in subUpdateFromFrameworkFormat() local
618 RecursiveScopedContextBind context(m_helper); in readContents() local
761 RecursiveScopedContextBind context(m_helper); in blitFromCurrentReadBuffer() local
872 RecursiveScopedContextBind context(m_helper); in readback() local
891 RecursiveScopedContextBind context(m_helper); in readbackAsync() local
[all …]
DDisplaySurfaceGl.cpp33 EGLContext context) in DisplaySurfaceGlContextHelper()
121 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createPbufferSurface() local
148 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createWindowSurface() local
165 EGLContext context) in DisplaySurfaceGl()
/device/generic/goldfish-opengl/system/magma/
Dmagma.cpp97 ContextLock(MagmaClientContext* context) : m_context_(context), m_lock_(context->mutex()) { in ContextLock()
131 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_device_import() local
178 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_device_query() local
218 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_buffer_export() local
234 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_poll() local
279 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_connection_create_buffer() local
298 auto context = reinterpret_cast<MagmaClientContext*>(self); in magma_connection_release_buffer() local
/device/google/trout/tools/tracing/server/
DTracingServerImpl.cpp55 grpc::Status TracingServerImpl::StartTracing(::grpc::ServerContext* context, in StartTracing()
65 ::grpc::ServerContext* context, in StopTracing()
74 ::grpc::ServerContext* context, in GetTracingFile()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScanner.java72 public BluetoothScanner(Context context) { in BluetoothScanner()
91 private final Context context; field in BluetoothScanner.Receiver
97 public Receiver(Context context) { in Receiver()
197 public void onReceive(Context context, Intent intent) { in onReceive()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationsUtils.java27 static void dismissNotification(Context context, String key) { in dismissNotification()
35 static void openNotification(Context context, String key) { in openNotification()
DNotificationPanelDismissibleItemView.java43 public NotificationPanelDismissibleItemView(Context context) { in NotificationPanelDismissibleItemView()
48 public NotificationPanelDismissibleItemView(Context context, AttributeSet attrs) { in NotificationPanelDismissibleItemView()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayServiceReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
38 private boolean isMyServiceRunning(Context context) { in isMyServiceRunning()
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceBroadcastReceiver.java30 private void reportIntent(Context context, String intentType) { in reportIntent()
38 public void onReceive(Context context, Intent intent) { in onReceive()
/device/generic/goldfish-opengl/android-emu/aemu/base/
DAndroidSubAllocator.cpp61 [](void* context, struct address_space_allocator* allocator) { in save()
68 [](void* context, struct address_block* block) { in save()
89 [](void* context, struct address_space_allocator* allocator) { in load()
96 [](void* context, struct address_block* block) { in load()
/device/amlogic/yukawa/services/remotesyncreceiver/src/com/google/android/yukawaservice/
DRemoteSyncReceiver.java36 private static void sendPairingIntent(Context context, KeyEvent event) { in sendPairingIntent()
48 public void onReceive(Context context, Intent intent) { in onReceive()
/device/google/cuttlefish/host/commands/secure_env/
Din_process_tpm.cpp55 static Impl* FromContext(TSS2_TCTI_CONTEXT* context) { in FromContext()
62 TSS2_TCTI_CONTEXT *context, size_t size, uint8_t const *command) { in Transmit()
70 TSS2_TCTI_CONTEXT *context, in Receive()
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp52 astcenc_context* context; in makeDecoderContext() local
95 auto context = makeDecoderContext(5, 5, &error); in isAstcDecoderAvailable() local
137 AstcencContextUniquePtr context = nullptr; member
167 std::future<astcenc_error> decompress(astcenc_context* context, uint32_t threadIndex, in decompress()
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp228 ::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in GetAllPropertyConfig()
243 ::grpc::ServerContext* context, const vhal_proto::WrappedVehiclePropValue* wrappedPropValue, in SetProperty()
259 ::grpc::ServerContext* context, const ::google::protobuf::Empty*, in SendAllPropertyValuesToStream()
266 ::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in StartPropertyValuesStream()

123456