Searched defs:detail (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFTypes.cpp21 namespace detail { namespace
36 } // end namespace detail
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java26 /** Helper for quick settings detail panel clip animations. **/
34 public QSDetailClipper(View detail) { argument
35 mDetail = detail;
36 mBackground = (TransitionDrawable) detail.getBackground();
H A DQSPanel.java171 // We need to poke the detail views as well as they might not be attached to the view
360 if (r.detailView == null) throw new IllegalStateException("Must return detail view");
498 private void fireShowingDetail(QSTile.DetailAdapter detail) { argument
500 mCallback.onShowingDetail(detail);
567 // Only hide content if still in detail state.
575 void onShowingDetail(QSTile.DetailAdapter detail); argument
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFTypes.h67 namespace detail { namespace
106 TYPE_TRAITS_SPECIALIZE(detail::ELFHalf , 2, 2)
107 TYPE_TRAITS_SPECIALIZE(detail::ELFWord , 4, 4)
108 TYPE_TRAITS_SPECIALIZE(detail::ELFSword , 4, 4)
109 TYPE_TRAITS_SPECIALIZE(detail::ELFXword , 8, 8)
110 TYPE_TRAITS_SPECIALIZE(detail::ELFSxword , 8, 8)
111 TYPE_TRAITS_SPECIALIZE(detail::ELF32Address , 4, 4)
112 TYPE_TRAITS_SPECIALIZE(detail::ELF32Offset , 4, 4)
113 TYPE_TRAITS_SPECIALIZE(detail::ELF64Address , 8, 8)
114 TYPE_TRAITS_SPECIALIZE(detail
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h80 namespace detail { namespace in namespace:mcld::sys::fs
107 } // namespace of detail
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h30 namespace detail { namespace
120 if (isArchiveLittleEndian != detail::is_host_little_endian()) {
121 detail::swap_byte_order(
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp535 AString detail; local
536 CHECK(msg->findString("detail", &detail));
543 detail.c_str(),
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java912 private void expectNetworkStatsUidDetail(NetworkStats detail) throws Exception { argument
913 expectNetworkStatsUidDetail(detail, new String[0], new NetworkStats(0L, 0));
917 NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats)
919 expect(mNetManager.getNetworkStatsUidDetail(eq(UID_ALL))).andReturn(detail).atLeastOnce();
916 expectNetworkStatsUidDetail( NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats) argument
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2146 void MediaCodec::onError(status_t err, int32_t actionCode, const char *detail) { argument
2153 if (detail != NULL) {
2154 msg->setString("detail", detail);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
781 bool send, status_t err, const char *detail) {
787 msg->setString("detail", detail);
780 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp197 AString detail; local
198 CHECK(msg->findString("detail", &detail));
203 detail.c_str(),
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1359 public void logOperation(int cookie, String detail) { argument
1361 logOperationLocked(cookie, detail);
1376 private void logOperationLocked(int cookie, String detail) { argument
1380 if (detail != null) {
1381 msg.append(", ").append(detail);

Completed in 559 milliseconds